Parameter | Description |
---|---|
Environment | The id or case sensitive name of the environment in which you want get the segments. |
Workspace | The id of the workspace from which you want a list of segments. |
{
"objects": [
{
"name": "<string>",
"environment": {
"id": "<string>",
"name": "<string>"
},
"trafficType": {
"id": "<string>",
"name": "<string>"
},
"creationTime": 2409693738374
}
],
"offset": 2,
"limit": 25,
"totalCount": 2
}
Was this page helpful?