Parameters

ParameterDescription
WorkspaceThe id of the workspace that from which you want a list of segments.

Example Output

{    "objects": [        {            "name": "SEGMENT_1",            "description": "",            "trafficType": {                "id": "...",                "name": "user"            },            "creationTime": 1527012776469,            "tags": null        }    ],    "offset": 0,    "limit": 20,    "totalCount": 1}

Workflow Library Example

List Segments with Split and Send Results Via Email

Preview this Workflow on desktop