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-04-11T01:01:10.0836482+00:00", "VersionDate": "2021-04-11T01:01:10.0836482+00:00", "ID": 1, "Guid": "9e7607c1-6a8f-4487-b1b4-943f0e2bc1b4", "Email": "sample string 1", "FirstName": "sample string 2", "LastName": "sample string 3", "Deleted": true, "Subscribers": [ { "SubscriberID": 1, "Initial": true, "SourceIdentifier": "sample string 2", "SourceContentProviderGuid": "09babd69-da86-498e-93c4-c29fc310de2c", "AccessCode": [ "AccountConfiguration", "AccountConfiguration" ] }, { "SubscriberID": 1, "Initial": true, "SourceIdentifier": "sample string 2", "SourceContentProviderGuid": "09babd69-da86-498e-93c4-c29fc310de2c", "AccessCode": [ "AccountConfiguration", "AccountConfiguration" ] } ] }, { "CreateDate": "2021-04-11T01:01:10.0836482+00:00", "VersionDate": "2021-04-11T01:01:10.0836482+00:00", "ID": 1, "Guid": "9e7607c1-6a8f-4487-b1b4-943f0e2bc1b4", "Email": "sample string 1", "FirstName": "sample string 2", "LastName": "sample string 3", "Deleted": true, "Subscribers": [ { "SubscriberID": 1, "Initial": true, "SourceIdentifier": "sample string 2", "SourceContentProviderGuid": "09babd69-da86-498e-93c4-c29fc310de2c", "AccessCode": [ "AccountConfiguration", "AccountConfiguration" ] }, { "SubscriberID": 1, "Initial": true, "SourceIdentifier": "sample string 2", "SourceContentProviderGuid": "09babd69-da86-498e-93c4-c29fc310de2c", "AccessCode": [ "AccountConfiguration", "AccountConfiguration" ] } ] } ]