GET api/Selections
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Selection| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| type | string |
None. |
|
| working | boolean |
None. |
|
| list | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "sample string 1",
"type": "sample string 2",
"working": true,
"list": "sample string 4"
},
{
"id": "sample string 1",
"type": "sample string 2",
"working": true,
"list": "sample string 4"
}
]