GET api/pinches/{id}/segments
Get Segment Groups with Segments by Pinch
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SegmentSelectionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Segments | Collection of SegmentDto |
None. |
|
| IsExclude | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "eea52f83-d24f-4abd-9b54-e471dc2dcd22",
"Name": "sample string 2",
"Segments": [
{
"Id": "2d7d3714-718c-425a-a45e-e6e006d560ba",
"Name": "sample string 2"
},
{
"Id": "2d7d3714-718c-425a-a45e-e6e006d560ba",
"Name": "sample string 2"
}
],
"IsExclude": true
},
{
"Id": "eea52f83-d24f-4abd-9b54-e471dc2dcd22",
"Name": "sample string 2",
"Segments": [
{
"Id": "2d7d3714-718c-425a-a45e-e6e006d560ba",
"Name": "sample string 2"
},
{
"Id": "2d7d3714-718c-425a-a45e-e6e006d560ba",
"Name": "sample string 2"
}
],
"IsExclude": true
}
]