Page History
Last Updated:
Lastupdatedate |
---|
Livesearch | ||||
---|---|---|---|---|
|
Overview
A Subscription List entity contains the information about a particular Subscription List.
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Topics in this Section
|
Subscription List Entity
The following is the JSON representation of a Subscription List entity within the APIs.
Code Block |
---|
{ "id":"ABC12345", "name":"Wonderful Subscription List", "url":"/companies/:company_key/mobiledb/subscription_lists/ABC12345", "subscribers_url":"/companies/:company_key/mobiledb/subscription_lists/ABC12345/subscribers", "acquisition_campaigns_url":"/companies/:company_key/mobiledb/subscription_lists/ABC12345/acquisition_campaigns" } |
Elements
Data Element | Type | Description |
---|---|---|
id | String | Identifier for this particular Subscription List. |
name | String | The display name for the Subscription List. |
url | String | The REST API URL to the Subscription List Entity. |
subscribers_url | String | The REST API URL to the Subscribers end point. |
acquisition_campaigns_url | String | The REST API URL to the Acquisition Campaigns list endpoint. |
Overview
Content Tools