GET api/Offers/GetOffers?country={country}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
country | integer |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
Collection of OfferVMName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Offer | string |
None. |
|
Link | string |
None. |
|
Views | integer |
None. |
|
Mobile | string |
None. |
|
Title | string |
None. |
|
isToday | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Id": 1, "Offer": "sample string 2", "Link": "sample string 3", "Views": 4, "Mobile": "sample string 5", "Title": "sample string 6", "isToday": true }, { "$ref": "1" } ]