GET api/v7/Options?parentDeviceName={parentDeviceName}
Returns the requested TouchTypes from the database.
Request Information
URI Parameters
Name | Description | Type | Required? | Additional information |
---|---|---|---|---|
parentDeviceName * |
the name of the base device of the touch types to be retrieved |
string |
Yes |
None. |
Body Parameters
None.
Response Information
Resource Description
A response containing an acknowledgment and the requested touchtype data.
TouchTypeResponseName | Description | Type |
---|---|---|
touchTypes |
Requested TouchTypes |
Collection of TouchTypeDto |
Response Formats
application/json, text/json
Sample:
{ "touchTypes": [ { "id": 1, "name": "sample string 2", "description": "sample string 3" }, { "id": 1, "name": "sample string 2", "description": "sample string 3" } ] }