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": "cd57175a-5ea3-4602-b2ad-f9cd355a8f9c",
"Name": "sample string 2",
"Segments": [
{
"Id": "cbe57b44-c382-45a0-936d-6e2b0d74fa98",
"Name": "sample string 2"
},
{
"Id": "cbe57b44-c382-45a0-936d-6e2b0d74fa98",
"Name": "sample string 2"
}
],
"IsExclude": true
},
{
"Id": "cd57175a-5ea3-4602-b2ad-f9cd355a8f9c",
"Name": "sample string 2",
"Segments": [
{
"Id": "cbe57b44-c382-45a0-936d-6e2b0d74fa98",
"Name": "sample string 2"
},
{
"Id": "cbe57b44-c382-45a0-936d-6e2b0d74fa98",
"Name": "sample string 2"
}
],
"IsExclude": true
}
]