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": "2b137fde-8a90-440b-9cfe-63fca927f14c", "Name": "sample string 2", "Segments": [ { "Id": "6b735761-8f06-4bad-9619-369ac9aa7202", "Name": "sample string 2" }, { "Id": "6b735761-8f06-4bad-9619-369ac9aa7202", "Name": "sample string 2" } ] }, { "Id": "2b137fde-8a90-440b-9cfe-63fca927f14c", "Name": "sample string 2", "Segments": [ { "Id": "6b735761-8f06-4bad-9619-369ac9aa7202", "Name": "sample string 2" }, { "Id": "6b735761-8f06-4bad-9619-369ac9aa7202", "Name": "sample string 2" } ] } ]