GET api_v2/AcDbAccesses/FindIDsByAccessAccountID?accountID={accountID}&accountUserId={accountUserId}
Получить список ИД доступов
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountID | ИД аккаунта |
Define this parameter in the request URI. |
accountUserId | ИД пользователя аккаунта |
Define this parameter in the request URI. |
Response Information
Список ИД доступов
Response body formats
application/xml, text/xml
Sample:
<Result> <AccessIDs Type="sample string 1"> <Item>38e2925e-d873-4b99-845f-9830ff769b4a</Item> <Item>bdeb1c7d-37f3-4c46-abb3-205356ebb201</Item> <Item>66ef40ed-8911-4ec4-bb58-4ebb75c9c210</Item> </AccessIDs> </Result>
application/json, text/json
Sample:
{ "AccessIDs": { "List": [ "38e2925e-d873-4b99-845f-9830ff769b4a", "bdeb1c7d-37f3-4c46-abb3-205356ebb201", "66ef40ed-8911-4ec4-bb58-4ebb75c9c210" ] } }