GET api/segments
Get all Segments
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SegmentGroupDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Segments | Collection of SegmentDto |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "b9937163-1fc3-4d1f-92e3-ddb995d1e4e4",
"Name": "sample string 2",
"Segments": [
{
"Id": "7562216f-f446-41b3-b329-a2a2d90c32fb",
"Name": "sample string 2"
},
{
"Id": "7562216f-f446-41b3-b329-a2a2d90c32fb",
"Name": "sample string 2"
}
]
},
{
"Id": "b9937163-1fc3-4d1f-92e3-ddb995d1e4e4",
"Name": "sample string 2",
"Segments": [
{
"Id": "7562216f-f446-41b3-b329-a2a2d90c32fb",
"Name": "sample string 2"
},
{
"Id": "7562216f-f446-41b3-b329-a2a2d90c32fb",
"Name": "sample string 2"
}
]
}
]