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": "b0b20719-6779-49a3-8d30-679860d8bb23",
"Name": "sample string 2",
"Segments": [
{
"Id": "09064dd0-7dc3-4f54-98ba-bc73b7629716",
"Name": "sample string 2"
},
{
"Id": "09064dd0-7dc3-4f54-98ba-bc73b7629716",
"Name": "sample string 2"
}
]
},
{
"Id": "b0b20719-6779-49a3-8d30-679860d8bb23",
"Name": "sample string 2",
"Segments": [
{
"Id": "09064dd0-7dc3-4f54-98ba-bc73b7629716",
"Name": "sample string 2"
},
{
"Id": "09064dd0-7dc3-4f54-98ba-bc73b7629716",
"Name": "sample string 2"
}
]
}
]