Skip to content
Andrew Jones edited this page Mar 5, 2019 · 4 revisions

Request Url: /apis/sources

  • You can set If-Modified-Since in the request headers. This should be UTC date time. If the data is not modified since that date, we will return status code 304 (NotModified) and empty body.

Response:

[
  {
    "Id": 64,
    "Name": "Airbnb"
  },
  {
    "Id": 66,
    "Name": "Azure Holidays"
  },
  {
    "Id": 63,
    "Name": "Booking.com"
  },
  {
    "Id": 25,
    "Name": "Family / Friends"
  },
  {
    "Id": 4,
    "Name": "Holiday Lettings"
  },
  {
    "Id": 5,
    "Name": "Holiday Rentals"
  },
  {
    "Id": 58,
    "Name": "Own Website"
  },
  {
    "Id": 59,
    "Name": "Owner Staying"
  },
  {
    "Id": 11,
    "Name": "Owners Direct"
  },
  {
    "Id": 24,
    "Name": "Referral"
  },
  {
    "Id": 21,
    "Name": "Returning Guest"
  },
  {
    "Id": 1,
    "Name": "Search Engine"
  },
]
Clone this wiki locally