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": "55c2acf0-a48d-48c0-8090-9ce255fc9e36",
"Name": "sample string 2",
"Segments": [
{
"Id": "76cf8ab2-f6fa-4475-9221-68d401ef02ff",
"Name": "sample string 2"
},
{
"Id": "76cf8ab2-f6fa-4475-9221-68d401ef02ff",
"Name": "sample string 2"
}
],
"IsExclude": true
},
{
"Id": "55c2acf0-a48d-48c0-8090-9ce255fc9e36",
"Name": "sample string 2",
"Segments": [
{
"Id": "76cf8ab2-f6fa-4475-9221-68d401ef02ff",
"Name": "sample string 2"
},
{
"Id": "76cf8ab2-f6fa-4475-9221-68d401ef02ff",
"Name": "sample string 2"
}
],
"IsExclude": true
}
]