GET api/fishbox/freq/{code}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
code | string |
Required |
Body Parameters
None.
Response Information
Resource Description
FishboxFrequencyName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Codename | string |
None. |
|
Name | string |
None. |
|
SortOrder | integer |
None. |
|
Interval | string |
None. |
|
Increment | integer |
None. |
|
IsPublic | boolean |
None. |
|
Active | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "Codename": "sample string 2", "Name": "sample string 3", "SortOrder": 4, "Interval": "sample string 5", "Increment": 6, "IsPublic": true, "Active": true }
application/xml, text/xml
Sample:
<FishboxFrequency xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/cag.Data.Subscription"> <Active>true</Active> <Codename>sample string 2</Codename> <ID>1</ID> <Increment>6</Increment> <Interval>sample string 5</Interval> <IsPublic>true</IsPublic> <Name>sample string 3</Name> <SortOrder>4</SortOrder> </FishboxFrequency>