The Subscription entity contains the information and metadata for a Person's Subscription to a Subscription List.
Subscription Entity
The following shows the JSON representation of a Subscription entity within the APIs.
{ "person":{ "id":"ABC123", "url":"/companies/:id/mobiledb/persons/:person_id" }, "subscription_list":{ "id":"1234", "url":"/companies/:id/mobiledb/subscription_lists/:id" }, "opt_in_date":"2017-01-15T15:34:52Z", "url":"/companies/:id/mobiledb/persons/:person_id/subscriptions/:subscription_list_id" }
Elements
Data Element | Type | Description |
---|---|---|
person | Object | Person reference information for the Subscription. |
subscription_list | Object | Subscription List object reference information for the Subscription. |
opt_in_date | Date | Time reference of when the Subscription was entered. |
acquisition | Object | The Acquisition Campaign reference to indicate how the Subscription was created. |
url | String | A reference URL to the existing object, as a relative URL to the existing domain. |
Overview
Content Tools