Skip to end of banner
Go to start of banner

GET communication_plan/preview

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Available from R17.0.0

This method returns the customers that will be communicated through a specific communication plan.

Resource URL

Parameters

Name

Type

Description

token

String

The token retrieved from the login method

communication_plan_identifier

(mandatory)

Communication Plan Identifier

The identifier of the communication plan through which the customers returned as a result will be communicated. The allowed communication plan type identifier fields are the following:

Name

Type

Description

id

(semi-optional)

String

The ID of the communication plan

name

(semi-optional)

String

The name of the communication plan

alternative_code

(semi-optional)

StringThe alternative code of the communication plan

fields_set

(optional)

List of Strings, comma separated 

A list of fields that should be included in the results. If not specified then all the available fields will be returned

Restrictions

  • It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.

Response Data

Name

Type

Description

contact_information_id

String

The ID of the retrieved contact information

contact_information_name

String

The full name of the retrieved contact information


Examples

 Example 1

HTTP Method: GET


Request:

Response:

 
  • No labels