All Verbs | /service/GetList |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ListId | query | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /service/GetList HTTP/1.1
Host: www.bernhardthospitality.com
Accept: application/json
Content-Type: application/json
Content-Length: length
{"listId":"String"}
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length {"beamerAddress":"String","campaignDefaults":{"fromEmail":"String","fromName":"String","language":"String","subject":"String"},"contact":{"address1":"String","address2":"String","city":"String","company":"String","country":"String","phone":"String","state":"String","zip":"String"},"dateCreated":"0001-01-01T00:00:00.0000000Z","emailTypeOption":false,"id":"String","webId":0,"listRating":0,"modules":[{}],"name":"String","notifyOnSubscribe":"String","notifyOnUnsubscribe":"String","permissionReminder":"String","stats":{"avgSubRate":0,"avgUnsubRate":0,"campaignCount":0,"campaignLastSent":"String","cleanedCount":0,"cleanedCountSinceSend":0,"clickRate":0,"lastSubDate":"String","lastUnsubDate":"String","memberCount":0,"memberCountSinceSend":0,"mergeFieldCount":0,"openRate":0,"targetSubRate":0,"unsubscribeCount":0,"unsubscribeCountSinceSend":0},"subscribeUrlLong":"String","subscribeUrlShort":"String","useArchiveBar":false,"visibility":"Public"}