GET api/segments
Get all Segments
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SegmentGroupDtoName | 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": "b2cc8247-c963-47f8-9861-deaa0ee8f2e4", "Name": "sample string 2", "Segments": [ { "Id": "052aa981-f7a1-4ab9-a81f-025251f7d2f8", "Name": "sample string 2" }, { "Id": "052aa981-f7a1-4ab9-a81f-025251f7d2f8", "Name": "sample string 2" } ] }, { "Id": "b2cc8247-c963-47f8-9861-deaa0ee8f2e4", "Name": "sample string 2", "Segments": [ { "Id": "052aa981-f7a1-4ab9-a81f-025251f7d2f8", "Name": "sample string 2" }, { "Id": "052aa981-f7a1-4ab9-a81f-025251f7d2f8", "Name": "sample string 2" } ] } ]