GET marketing/v1/Administrators?pageNo={pageNo}&pageSize={pageSize}&deletedCriteria={deletedCriteria}&keyword={keyword}
Request Information
URI Parameters
Name | Type | Description | Comments |
---|---|---|---|
pageNo | integer | ||
pageSize | integer | ||
deletedCriteria | boolean | ||
keyword | string |
Body Parameters
None.
Response Information
Resource Description
Collection of 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-15T20:57:22.1080097+00:00", "VersionDate": "2021-01-15T20:57:22.1080097+00:00", "ID": 1, "Guid": "208d4cf9-8a19-4583-9ede-9c80f1c9b1e6", "Email": "sample string 1", "FirstName": "sample string 2", "LastName": "sample string 3", "Deleted": true, "Subscribers": [ { "SubscriberID": 1, "Initial": true, "SourceIdentifier": "sample string 2", "SourceContentProviderGuid": "bb935c30-2845-41c0-a597-1af2ac6e7721", "AccessCode": [ "AccountConfiguration", "AccountConfiguration" ] }, { "SubscriberID": 1, "Initial": true, "SourceIdentifier": "sample string 2", "SourceContentProviderGuid": "bb935c30-2845-41c0-a597-1af2ac6e7721", "AccessCode": [ "AccountConfiguration", "AccountConfiguration" ] } ] }, { "CreateDate": "2021-01-15T20:57:22.1080097+00:00", "VersionDate": "2021-01-15T20:57:22.1080097+00:00", "ID": 1, "Guid": "208d4cf9-8a19-4583-9ede-9c80f1c9b1e6", "Email": "sample string 1", "FirstName": "sample string 2", "LastName": "sample string 3", "Deleted": true, "Subscribers": [ { "SubscriberID": 1, "Initial": true, "SourceIdentifier": "sample string 2", "SourceContentProviderGuid": "bb935c30-2845-41c0-a597-1af2ac6e7721", "AccessCode": [ "AccountConfiguration", "AccountConfiguration" ] }, { "SubscriberID": 1, "Initial": true, "SourceIdentifier": "sample string 2", "SourceContentProviderGuid": "bb935c30-2845-41c0-a597-1af2ac6e7721", "AccessCode": [ "AccountConfiguration", "AccountConfiguration" ] } ] } ]