Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription

hotel_id
integer
required

Property Numerical identifier 
Cannot be null

limit
integer
optional, default is 25


The maximum number of requests to return, up to 50.
offset
integer
optional, default is 0

The number of requests to skip over, where the ordering is consistent but unspecified.
status
string
optional, default is 0

Filter Requests that match a specific status.
supported strings "new, assigned, processing, completed, cancelled, unresolved"

Use Unresolved to retrieve all requests that have any status other than completed or cancelled.

priority
string
optional, default is "new"

Filter Requests that match a specific priority.
supported strings "Normal, Urgent"

room
string
optional


Filter Requests that are assigned to a single specific room.

rooms
array
optional


Filter Requests that belong to an array of rooms.  
i.e.  &rooms[]=32&rooms[]=37&rooms[]=49 would return requests that have rooms 32, 37 & 49

booking
string
optional


Filter Requests that are assigned to a single specific booking.  

bookings
array
optional

Filter Requests that belong to an array of bookings.  
i.e.  &bookings[]=12345&bookings[]=6789&bookings[]=98765 would return requests that have bookings 12345, 6789 & 98765

category
string
optional


Category name from the categories endpoint

...