GET v1/Administrators/{id}
Request Information
URI Parameters
Name | Type | Description | Comments |
---|---|---|---|
id | integer |
Body Parameters
None.
Response Information
Resource Description
AdministratorName | Type | Description | Comments |
---|---|---|---|
ID | integer | ||
Guid | globally unique identifier | ||
string | |||
FirstName | string | ||
LastName | string | ||
Deleted | boolean | ||
Subscribers | Collection of AdministratorSubscriber | ||
CreateDate | date | ||
VersionDate | date |
Response Formats
application/json, text/json
Sample:
{ "CreateDate": "2021-01-15T21:30:55.2067693+00:00", "VersionDate": "2021-01-15T21:30:55.2067693+00:00", "ID": 1, "Guid": "ad7403c8-e9af-499e-b485-0ee0ef06c9dd", "Email": "sample string 1", "FirstName": "sample string 2", "LastName": "sample string 3", "Deleted": true, "Subscribers": [ { "SubscriberID": 1, "Initial": true, "SourceIdentifier": "sample string 2", "SourceContentProviderGuid": "be11ae40-e5f8-4916-8f7a-7a73e16b53de", "AccessCode": [ "AccountConfiguration", "AccountConfiguration" ] }, { "SubscriberID": 1, "Initial": true, "SourceIdentifier": "sample string 2", "SourceContentProviderGuid": "be11ae40-e5f8-4916-8f7a-7a73e16b53de", "AccessCode": [ "AccountConfiguration", "AccountConfiguration" ] } ] }