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": "bdbb5678-9ea5-4f94-a4a7-5dac3fae1a73", "Name": "sample string 2", "Segments": [ { "Id": "78825413-a4a7-4fd3-b14d-cb1f03750136", "Name": "sample string 2" }, { "Id": "78825413-a4a7-4fd3-b14d-cb1f03750136", "Name": "sample string 2" } ] }, { "Id": "bdbb5678-9ea5-4f94-a4a7-5dac3fae1a73", "Name": "sample string 2", "Segments": [ { "Id": "78825413-a4a7-4fd3-b14d-cb1f03750136", "Name": "sample string 2" }, { "Id": "78825413-a4a7-4fd3-b14d-cb1f03750136", "Name": "sample string 2" } ] } ]