Unify and manage your data

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 YesInformation about authentication access token in the format "Bearer <accessToken>". For more information, see Authentication API.
QuerysortNoDenotes the field that is used to sort the results.
orderNoIndicates whether the profiles are sorted in ascending or descending order.
filterNoThe Search API filter conditions against the segment fields.
offsetNoThe pagination offset.
maxNoThe 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": ""
    }
]