v1

latestOpenAPI 3.0.12026-07-245277551.2 MB
Housekeeping

Housekeeping inspection list

get/housekeeping/v1/inspections/{propertyId}

Path parameters

propertyIdinteger required
Example:1

The property ID

Query parameters

limitinteger

The maximum number of items to return in the response. Default is 100.

offsetinteger

The number of items to skip before starting to collect the result set. Used for pagination.

This parameter should be formatted as a list of strings separated by ;

{
  "filters": {
    "and": [
      {
        "field": "checkin_date",
        "value": "2023-10-19T00:00:00"
      }
    ],
    "or": [
      {
        "field": "checkin_date",
        "value": "2023-10-19T00:00:00"
      }
    ]
  }
}

Response

A paged array of inspections

limitinteger required

The limit for the number of items to return

offsetinteger required

The offset for the current page of results