GET api/markets
Get all markets
Request Information
Authentication
This method requires device authentication
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Market| Name | Description | Type | Additional information |
|---|---|---|---|
| MarketName |
Market Name. |
string |
None. |
| C4Uid |
Alphanumeric code for a particular market. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MarketName": "sample string 1",
"C4Uid": "sample string 2"
},
{
"MarketName": "sample string 1",
"C4Uid": "sample string 2"
}
]