GET api_v2/AcDbAccesses/GetProperties?accessID={accessID}
Получить свойства доступа к инф. БД
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accessID | ИД доступа |
Define this parameter in the request URI. |
Response Information
Свойства доступа к инф. БД
Response body formats
application/xml, text/xml
Sample:
<Result> <LocalUserID>300fe0fc-7b3b-4f8c-ac95-2aee80860e3b</LocalUserID> <AccountID>96fb7e51-0467-41bd-915c-17069956475d</AccountID> <AccountUserID>29a418f4-5a67-4050-896a-f02b462926dd</AccountUserID> <AccountDatabaseID>52f7d5de-23c3-456c-bdbe-755957b9c8b1</AccountDatabaseID> </Result>
application/json, text/json
Sample:
{ "LocalUserID": "300fe0fc-7b3b-4f8c-ac95-2aee80860e3b", "AccountID": "96fb7e51-0467-41bd-915c-17069956475d", "AccountUserID": "29a418f4-5a67-4050-896a-f02b462926dd", "AccountDatabaseID": "52f7d5de-23c3-456c-bdbe-755957b9c8b1" }