GET marketing/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:07:10.7218912+00:00", "VersionDate": "2021-01-15T21:07:10.7218912+00:00", "ID": 1, "Guid": "03aa5dd6-92ae-430b-90a5-0e3ea3225103", "Email": "sample string 1", "FirstName": "sample string 2", "LastName": "sample string 3", "Deleted": true, "Subscribers": [ { "SubscriberID": 1, "Initial": true, "SourceIdentifier": "sample string 2", "SourceContentProviderGuid": "2d3b66ad-cca6-44e9-87af-6f223e7e2e48", "AccessCode": [ "AccountConfiguration", "AccountConfiguration" ] }, { "SubscriberID": 1, "Initial": true, "SourceIdentifier": "sample string 2", "SourceContentProviderGuid": "2d3b66ad-cca6-44e9-87af-6f223e7e2e48", "AccessCode": [ "AccountConfiguration", "AccountConfiguration" ] } ] }