List application's customers
GET {{baseUrl}}/v1/applications/:applicationId/customers?integrationId=value&pageSize=1000&skip=10&withTotalResultSize=true
List all the customers of the specified application.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
integrationId | string | Filter results performing an exact matching against the profile integration identifier. | |
pageSize | number | The number of items in this response. | |
skip | number | The number of items to skip when paging through large result sets. | |
withTotalResultSize | boolean | When this flag is set, the result includes the total size of the result, across all pages. This might decrease performance on large data sets. |
- When
true:hasMoreis true when there is a next page.totalResultSizeis always zero. - When
false:hasMoreis always false.totalResultSizecontains the total number of results for this query. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |