get https://{base_url}/api/properties
Parameter
Field | Type | Description |
---|---|---|
page optional | Number | Page no. default 1 |
per_page optional | Number | Page size, default 20 max 100 |
home_name optional | String | Property name |
address optional | String | Property address |
state optional | String | Property state |
city optional | String | city state |
account optional | String | Impersonate account id (or) all |
unit_code[] optional | String | Property Unit Code. To search by multiple unit codes, you have to pass this parameter redundantly with different values. Example: To search by unit code values as 'test1' and 'test2' you need to pass parameters as: unit_code[]=test1&unit_code[]=test2 |
api_code[] optional | String | Property Api Code. To search by multiple api codes, you have to pass this parameter redundantly with different values. Example: To search by api code values as 'test1' and 'test2' you need to pass parameters as: api_code[]=test1&api_code[]=test2 |
pms_datapull_id[] optional | String | Property PMS Datapull ID. To search by multiple pms datapull ids, you have to pass this parameter redundantly with different values. Example: To search by pms datapull ids as 'test1' and 'test2' you need to pass parameters as: pms_datapull_id[]=test1&pms_datapull_id[]=test2 |