Get profiles for a segment
Learn more about the Segmentation Api to retrieve profiles part of a segment.
This API retrieves a list of profiles that belong to a segment.
Request
GET {{tenantURL}}/segments/3prE0YZ/entities
Parameter | Required | Description | |
---|---|---|---|
Headers | Authorization
| Yes | Information about authentication access token in the format "Bearer <accessToken> ". For more information, see Authentication API. |
Query | sort | No | Denotes the field that is used to sort the results. |
order | No | Indicates whether the profiles are sorted in ascending or descending order. | |
filter | No | The Search API filter conditions against the segment fields. | |
offset | No | The pagination offset. | |
max | No | The maximum results to be displayed in the response. |
Response
The response contains an array list of entity objects in a JSON format.
[
{
"uri": "entities/03CHaga",
"type": "configuration/entityTypes/Organization",
"createdBy": "solutionconsulting.serviceuser",
"createdTime": 1729784968264,
"updatedBy": "TQdhoABqN1DqSgj",
"updatedTime": 1740974441362,
"attributes": {…
},
"isFavorite": false,
"crosswalks": […
],
"analyticsAttributes": {},
"tags": [
"Demo Data"
],
"label": "Trammell Crow Company",
"secondaryLabel": ""
}
]