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": "65bed9ca-7344-479c-92b8-bd0f4da15671",
"Name": "sample string 2",
"Segments": [
{
"Id": "7a634017-b0d8-474d-872b-d2d8a6fa2ffe",
"Name": "sample string 2"
},
{
"Id": "7a634017-b0d8-474d-872b-d2d8a6fa2ffe",
"Name": "sample string 2"
}
]
},
{
"Id": "65bed9ca-7344-479c-92b8-bd0f4da15671",
"Name": "sample string 2",
"Segments": [
{
"Id": "7a634017-b0d8-474d-872b-d2d8a6fa2ffe",
"Name": "sample string 2"
},
{
"Id": "7a634017-b0d8-474d-872b-d2d8a6fa2ffe",
"Name": "sample string 2"
}
]
}
]