GET api/Security/BusinessUnits
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BusinessUnit| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessUnitId | integer |
None. |
|
| Description | string |
None. |
|
| IsAHS | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"$type": "AHS.Server.Entities.BusinessUnit, AHS.Server",
"BusinessUnitId": 1,
"Description": "sample string 2",
"IsAHS": true
},
{
"$ref": "1"
}
]