Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Last Updated:

Lastupdatedate

Livesearch
placeholderSearch the Vibes Developer Wiki
typepage



Overview

A Subscription List entity contains the information about a particular Subscription List.


Panel
borderColor#2B9CD7

Topics in this Section

Page Tree
root@self
startDepth2




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.