GET /v2/lodgings/catalogSummary/out/{channelCode}

Returns all open lodgings for specified channel.

Resource information

Title Value
Authentication Yes
Response Formats xml, json
HTTP Method GET
Response Object Properties syntetic informations :
  • id : unique identifier in database
  • reference: poplidays reference
  • name: label of the property
  • lastUpdated : last update date (ex : 2021-03-25 18:42)
API Version v2

Resource parameters

URI Parameter Type Description
channelCode String Code of the channel

Example Request

https://api.poplidays.com/v2/lodgings/catalogSummary/out/Poplidays.com

Example Response

json

[
    {
        "id": 13458081673,
        "reference": "FR-1-344-390",
        "name": "Appartement Les Menuires, 3 pièces, 8 personnes",
        "lastUpdated": "2021-03-05 14:19"
    },
    {
        "id": 12486796574,
        "reference": "FR-1-406-55",
        "name": "Appartement Tignes, 1 pièce, 4 personnes",
        "lastUpdated": "2021-03-24 12:30"
    },
    {
        "id": 14562964044,
        "reference": "FR-1-457-281",
        "name": "Appartement Vignec, 3 pièces, 6 personnes",
        "lastUpdated": "2021-03-12 15:54"
    }
]

xml

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<lodgings>
    <lodging>
        <id>13814849963</id>
        <lastUpdated>2021-03-05 14:23</lastUpdated>
        <name>Appartement Les Menuires, 1 pièce, 4 personnes</name>
        <reference>FR-1-344-434</reference>
    </lodging>
    <lodging>
        <id>12978430331</id>
        <lastUpdated>2021-03-31 13:32</lastUpdated>
        <name>Appartement Cabourg, 1 pièce, 4 personnes</name>
        <reference>API-1-20-35731</reference>
    </lodging>
    <lodging>
        <id>10002662536</id>
        <lastUpdated>2021-03-15 13:06</lastUpdated>
        <name>Maison Fleury-Saint-Pierre-la-Mer, 2 pièces, 4 personnes</name>
        <reference>API-1-20-30439</reference>
    </lodging>
    <lodging>
        <id>14301858755</id>
        <lastUpdated>2021-03-05 12:33</lastUpdated>
        <name>Appartement Lanslevillard, 3 pièces, 6 personnes</name>
        <reference>FR-1-508-46</reference>
    </lodging>
    <lodging>
        <id>15128389390</id>
        <lastUpdated>2021-03-14 14:44</lastUpdated>
        <name>Appartement Sète, 2 pièces, 6 personnes</name>
        <reference>FR-1-472A-184</reference>
    </lodging>
<lodgings>