GET api/Asset/GetAllGroups

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AssetGroup
NameDescriptionTypeAdditional information
AssetGroupsId

integer

None.

GroupName

string

None.

Status

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "AssetGroupsId": 1,
    "GroupName": "sample string 2",
    "Status": "sample string 3"
  },
  {
    "$ref": "1"
  }
]