GET api/TourismListings/Deals/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DealName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
title | string |
None. |
|
description | string |
None. |
|
dateadded | date |
None. |
|
dateexpires | date |
None. |
|
section | string |
None. |
|
category | string |
None. |
|
subcategory | string |
None. |
|
listing | integer |
None. |
|
listingname | string |
None. |
|
isdiscoverlake | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "id": 1, "title": "sample string 2", "description": "sample string 3", "dateadded": "2025-06-15T11:39:48.1754513+00:00", "dateexpires": "2025-06-15T11:39:48.1754513+00:00", "section": "sample string 6", "category": "sample string 7", "subcategory": "sample string 8", "listing": 9, "listingname": "sample string 10", "isdiscoverlake": true }, { "$ref": "1" } ]