Export entities by Segment ID
Learn more about the Segmentation Api to export segment details.
This API exports entities for the specified segment ID(s).
Request
POST /export/{tenantId}/entities/segments 
            
            | Parameter | Required | Description | |
|---|---|---|---|
| Headers |  Authorization
                             | Yes | Information about authentication access token in the format "Bearer <accessToken>". For more information, see Authentication API.  | 
| Query | exportSegments | No | Exports the segment ID and label for each segment whose rule matched the entity. . | 
For more information about the other query parameters, see topic Export entities
Body parameters
| Parameter | Required | Description | 
|---|---|---|
 segmentIds
                             | Yes | The segment ID whose details must be exported.. | 
For more information about the other body parameters, see topic Export entities .
Response
{
    "exportType": "ENTITIES",
    "version": "v2",
    "status": "scheduled",
    "details": "Export job has been scheduled. Result will be sent to your email: no-reply@reltio.com",
    "taskIds": [
        "028adb63-aa77-418b-a86a-502be15f349e"
    ]
}