GET api/TourismListings/LodgingTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Lodgingtype| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| description | string |
None. |
|
| slug | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"slug": "sample string 4"
},
{
"$ref": "1"
}
]