Params

Name Type Requireness Default value Description
propertyUid string required none Url parameter

Description

Get information about specific property

Response sample

{
    "data": {
        "property_uid": "qc11106314",
        "name": "Superior Single Room with Sea View",
        "address": "402 W Georgia St, Vancouver, V6B 5A2",
        "checkin_time": "15",
        "checkout_time": "12",
        "beds": 1,
        "bedrooms": 0,
        "bathrooms": 0,
        "is_active": 1,
        "comment": null,
        "clean_hr": 1.5,
        "clean_tm": null,
        "clean_beds_k": 0,
        "clean_beds_q": 1,
        "clean_beds_d": 0,
        "clean_beds_s": 0,
        "clean_specials": null,
        "is_inbox_enabled": 1,
        "are_auto_reviews_enabled": 1,
        "ical_token": null,
        "listings": [
            "660689604_booking_6606896",
            "GHA78D5I705LYHGA_airgms_4OXKYWD7RB8KSK8GK8K4SS8K0"
        ]
    },
    "meta": []
}

If the requested property has been merged into another, an error message is returned which contains the valid propertyUid

Sample request: https://www.igms.com/api/v1/property/GSOXS92H472AFNZC?access_token=tokenstring

Sample error response:

{
    "error": {
        "message": "Property GSOXS92H472AFNZC has been merged into qc11106314. Please re-sync the list of user's properties",
        "code": 13,
        "newPropertyUid": "qc11106314"
    }
}

To get correct property details, use newPropertyUid:

https://www.igms.com/api/v1/property/qc11106314?access_token=tokenstring