GET api/pro/administrators/{id}
Gets an administrator by id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The id of the administrator. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns the administrator with the specified id.
AdministratorResponseName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
EntityActivity | EntityActivityDto |
None. |
|
ZapId | string |
None. |
|
Rights | Collection of AdministratorRightsDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "EntityActivity": { "LastModifiedDate": "2025-07-13T00:23:12.4445654+00:00", "CreatedDate": "2025-07-13T00:23:12.4445654+00:00", "LastModifiedBy": "sample string 3", "CreatedBy": "sample string 4" }, "ZapId": "sample string 2", "Rights": [ "ZAP", "ZAP" ] }