GET api/segments

Get all Segments

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SegmentGroupDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Segments

Collection of SegmentDto

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "d0f76ae7-d28b-427b-a910-dd7169126408",
    "Name": "sample string 2",
    "Segments": [
      {
        "Id": "979b2a37-d18e-48d6-89f7-93a64d984886",
        "Name": "sample string 2"
      },
      {
        "Id": "979b2a37-d18e-48d6-89f7-93a64d984886",
        "Name": "sample string 2"
      }
    ]
  },
  {
    "Id": "d0f76ae7-d28b-427b-a910-dd7169126408",
    "Name": "sample string 2",
    "Segments": [
      {
        "Id": "979b2a37-d18e-48d6-89f7-93a64d984886",
        "Name": "sample string 2"
      },
      {
        "Id": "979b2a37-d18e-48d6-89f7-93a64d984886",
        "Name": "sample string 2"
      }
    ]
  }
]