Property Listing
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieves the list of Properties created by PMS.
This GET method designed to retrieve all the important details of the properties that are present in the database.
GET
To get a list of properties that have already been created, the Property Management System (PMS) needs to send a GET request. This request must include the Authorization (API) Key.
Here's what you need to do:
Send a GET Request: The PMS will send a GET request to the specified endpoint.
Include the API Key: You must include your unique API Authorization Key in the request header. The body of the request should be empty.
Parameters: The request should have an element named "request" and an attribute named "Authorization" in the header.
If the authorization gets pass successfully, you retrieve the list of properties with all the details such as property id, property name, and the current status of the property. properties object returns all the listed properties.
properties array contains all the listed properties as an object with all the details.
propertyid
string
Unique id of the property.
propertyname
string
Name of the property.
status
string
Current status of the property.
roomcount
string
Room count in the property.
You may receive HTTP code 401 Unauthorized Error, if allocated with incorrect API Authorization Key.