GET api/TourismListings/Golfcourse/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

GolfCourse
NameDescriptionTypeAdditional information
id

integer

None.

listingType

string

None.

name

string

None.

address

string

None.

city

string

None.

zip

string

None.

phone

string

None.

fax

string

None.

website

string

None.

facebook

string

None.

email

string

None.

directions

string

None.

hours

string

None.

other

string

None.

description

string

None.

keywords

string

None.

gps

string

None.

contactname

string

None.

hometownhighlight

string

None.

podcast

string

None.

sitelink

string

None.

isfamilyfriendly

boolean

None.

isdiscoverlakeparicipant

boolean

None.

region1

boolean

None.

region2

boolean

None.

region3

boolean

None.

region4

boolean

None.

hasphoto

boolean

None.

tripadvisor1

string

None.

tripadvisor2

string

None.

flickralbum

string

None.

deals

Collection of Deal

None.

events

Collection of TourismEvent

None.

courseinformation

string

None.

dresscode

string

None.

season

string

None.

ttimesphone

string

None.

slug

string

None.

ranking

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "listingType": "sample string 2",
  "name": "sample string 3",
  "address": "sample string 4",
  "city": "sample string 5",
  "zip": "sample string 6",
  "phone": "sample string 7",
  "fax": "sample string 8",
  "website": "sample string 9",
  "facebook": "sample string 10",
  "email": "sample string 11",
  "directions": "sample string 12",
  "hours": "sample string 13",
  "other": "sample string 14",
  "description": "sample string 15",
  "keywords": "sample string 16",
  "gps": "sample string 17",
  "contactname": "sample string 18",
  "hometownhighlight": "sample string 19",
  "podcast": "sample string 20",
  "sitelink": "sample string 21",
  "isfamilyfriendly": true,
  "isdiscoverlakeparicipant": true,
  "region1": true,
  "region2": true,
  "region3": true,
  "region4": true,
  "hasphoto": true,
  "tripadvisor1": "sample string 29",
  "tripadvisor2": "sample string 30",
  "flickralbum": "sample string 31",
  "deals": [
    {
      "$id": "2",
      "id": 1,
      "title": "sample string 2",
      "description": "sample string 3",
      "dateadded": "2025-06-15T12:09:53.9140163+00:00",
      "dateexpires": "2025-06-15T12:09:53.9140163+00:00",
      "section": "sample string 6",
      "category": "sample string 7",
      "subcategory": "sample string 8",
      "listing": 9,
      "listingname": "sample string 10",
      "isdiscoverlake": true
    },
    {
      "$ref": "2"
    }
  ],
  "events": [
    {
      "$id": "3",
      "id": 1,
      "name": "sample string 2",
      "dates": [
        {
          "$id": "4",
          "id": 1,
          "eventDate": "2025-06-15T12:09:53.9140163+00:00",
          "startTime": "00:00:00.1234567",
          "endTime": "00:00:00.1234567"
        },
        {
          "$ref": "4"
        }
      ],
      "locationName": "sample string 3",
      "locationAddress": "sample string 4",
      "locationCity": "sample string 5",
      "description": "sample string 6",
      "categoryName": "sample string 7",
      "categoryID": 8,
      "cost": "sample string 9",
      "website": "sample string 10",
      "contactName": "sample string 11",
      "contactPhone": "sample string 12",
      "contactEmail": "sample string 13",
      "listingId": 1,
      "gps": "sample string 14"
    },
    {
      "$ref": "3"
    }
  ],
  "courseinformation": "sample string 32",
  "dresscode": "sample string 33",
  "season": "sample string 34",
  "ttimesphone": "sample string 35",
  "slug": "sample string 36",
  "ranking": 37
}