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": "748fa3e1-8d14-40cc-a464-5fd7f86145a1",
"Name": "sample string 2",
"Segments": [
{
"Id": "9a92f952-fa1b-479c-89e7-0fdc78787b44",
"Name": "sample string 2"
},
{
"Id": "9a92f952-fa1b-479c-89e7-0fdc78787b44",
"Name": "sample string 2"
}
],
"IsExclude": true
},
{
"Id": "748fa3e1-8d14-40cc-a464-5fd7f86145a1",
"Name": "sample string 2",
"Segments": [
{
"Id": "9a92f952-fa1b-479c-89e7-0fdc78787b44",
"Name": "sample string 2"
},
{
"Id": "9a92f952-fa1b-479c-89e7-0fdc78787b44",
"Name": "sample string 2"
}
],
"IsExclude": true
}
]