You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[**getAudience**](AudiencesApi.md#getAudience)|**GET** /spaces/{spaceId}/audiences/{id} | Get Audience |
9
+
|[**listAudienceConsumersFromSpaceAndAudience**](AudiencesApi.md#listAudienceConsumersFromSpaceAndAudience)|**GET** /spaces/{spaceId}/audiences/{id}/audience-references | List Audience Consumers from Space And Audience |
9
10
|[**listAudiences**](AudiencesApi.md#listAudiences)|**GET** /spaces/{spaceId}/audiences | List Audiences |
10
11
|[**removeAudienceFromSpace**](AudiencesApi.md#removeAudienceFromSpace)|**DELETE** /spaces/{spaceId}/audiences/{id} | Remove Audience from Space |
11
12
|[**updateAudienceForSpace**](AudiencesApi.md#updateAudienceForSpace)|**PATCH** /spaces/{spaceId}/audiences/{id} | Update Audience for Space |
Returns the list of consumers for the given audience. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 25 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
PaginationInput pagination =newPaginationInput(); // PaginationInput | Information about the pagination of this response. [See pagination](https://docs.segmentapis.com/tag/Pagination/#section/Pagination-parameters) for more info. This parameter exists in alpha.
197
+
try {
198
+
ListAudienceConsumersFromSpaceAndAudience200Response result = apiInstance.listAudienceConsumersFromSpaceAndAudience(spaceId, id, pagination);
199
+
System.out.println(result);
200
+
} catch (ApiException e) {
201
+
System.err.println("Exception when calling AudiencesApi#listAudienceConsumersFromSpaceAndAudience");
|**pagination**|[**PaginationInput**](.md)| Information about the pagination of this response. [See pagination](https://docs.segmentapis.com/tag/Pagination/#section/Pagination-parameters) for more info. This parameter exists in alpha. |[optional]|
0 commit comments