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": "8602f032-e119-4529-84ba-625137aba71f",
"Name": "sample string 2",
"Segments": [
{
"Id": "fd267183-85b1-4185-8a80-297a6421ba75",
"Name": "sample string 2"
},
{
"Id": "fd267183-85b1-4185-8a80-297a6421ba75",
"Name": "sample string 2"
}
]
},
{
"Id": "8602f032-e119-4529-84ba-625137aba71f",
"Name": "sample string 2",
"Segments": [
{
"Id": "fd267183-85b1-4185-8a80-297a6421ba75",
"Name": "sample string 2"
},
{
"Id": "fd267183-85b1-4185-8a80-297a6421ba75",
"Name": "sample string 2"
}
]
}
]