GET v1/options/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
OptionResourceName | Description | Type | Additional information |
---|---|---|---|
Option | OptionDto |
None. |
Response Formats
application/json, text/json
Sample:
{ "option": { "id": 1, "name": "sample string 2", "value": "sample string 3" } }
application/xml, text/xml
Sample:
<Resources xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CablecastAPI.DTOs"> <Option> <Id>1</Id> <Name>sample string 2</Name> <Value>sample string 3</Value> </Option> </Resources>