GET v1/cablecastmigrationstatus
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
OptionResource| Name | 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>