Skip to main content

List Segments

Lists Segments in your organization for a given workspace.

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

Workflow LibraryPreview this Workflow on desktop