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 SegmentSelectionDtoName | 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": "662f194e-8677-4d6d-89cb-cdac84007059", "Name": "sample string 2", "Segments": [ { "Id": "7d910de5-f55d-4c7c-9a4e-91b920fe00d9", "Name": "sample string 2" }, { "Id": "7d910de5-f55d-4c7c-9a4e-91b920fe00d9", "Name": "sample string 2" } ], "IsExclude": true }, { "Id": "662f194e-8677-4d6d-89cb-cdac84007059", "Name": "sample string 2", "Segments": [ { "Id": "7d910de5-f55d-4c7c-9a4e-91b920fe00d9", "Name": "sample string 2" }, { "Id": "7d910de5-f55d-4c7c-9a4e-91b920fe00d9", "Name": "sample string 2" } ], "IsExclude": true } ]