Retrieves the Splits for an organization per workspace.

Parameters

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

Example Output

{
	"objects": [
		{
			"id": "<string>",
			"name": "<string>",
			"description": "<string>",
			"trafficType": {
				"id": "<string>",
				"name": "<string>"
			},
			"creationTime": 960549252704,
			"rolloutStatus": {
				"id": "<string>",
				"name": "<string>"
			},
			"rolloutStatusTimestamp": 1106164067566,
			"tags": null,
			"owners": [
				{
					"id": "<string>",
					"type": "<string>"
				}
			]
		}
	],
	"offset": 2,
	"limit": 4,
	"totalCount": 1
}

Workflow Library Example

List Splits and Send Results Via Email

Preview this Workflow on desktop