Returns all audiences (up to 1,000 per page) for a tenant, regardless of whether they are API controlled or not.
To pass the authentication step you will need to provide the following:
Username is the Tenant ID (i.e. eu-west-2_AbcdEfghI) Password is the secret you would have received
Filter to only return audiences which are / are not api controlled.
Used in combination with the limit parameter to page through the data.
Used in combination with the page parameter to page through the data.
Used in combination with the page parameter to page through the data.
An array of Thrive audiences
A audience object.
The id of the created resource
The name of the audience
The external reference for the Audience
Whether the audience is API controlled or not. API-controlled audiences:
- Can only be updated via the API, not through the Thrive UI
- Must be created using this API (existing UI-created audiences cannot be converted)
- API-created audiences can only exist within API-created structures
- Are always of type 'manual' (not 'smart')
Category of Audience: * structure - Structure, a top-level/parent audience. Created without a parentId. Represents an organizational unit. * audience - Audience, a child audience that exists within a structure. Created with a parentId. The workflow for creating audiences requires first creating a structure (category=structure, no parentId), then creating child audiences within that structure (category=audience, with parentId). A structure may contain multiple child audiences, but each audience can only belong to one structure. When a structure is deleted, all its child audiences are also deleted. See the Audience Workflow Documentation for hierarchy examples.
Type of Audience: * smart - Audience membership is controlled by smart rules. * manual - Audience membership is managed manually. Note: Audiences created via the API are always of type 'manual'. Smart audiences can only be created through the Thrive UI. API-controlled audiences cannot be converted to smart audiences.
Information on the parent audience/ structure - only available on a child audience.
The name of the audience
The external reference for the Audience
The id of the parent audience/ structure.
The DateTime the audience was created at.
The DateTime the audience was last updated at.
Details of the pagination
Total number of results matching the query
Total number of pages available
Current page number
Number of results per page
Bad Request
Bad Request
Unauthorized
Unauthorized
Forbidden
Forbidden
Conflict
Conflict
Unprocessable Content
Unprocessable Content
Internal Server Error
Internal Server Error