Parameter | Description |
---|---|
Workspace | The id of the workspace from which you want a list of splits. |
{
"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
}
Was this page helpful?