Query parameters

  • limit integer(int32)

    Number of items to return on each page (max 100)

  • page integer(int32)

    Current page of results to return

  • model_id integer(int32)

    Model ID to filter bookings by

  • contact_id integer(int32)

    Contact ID to filter bookings by

  • agent_user_id integer(int32)

    User ID of the agent to filter bookings by

  • office_id integer(int32)

    Office ID to filter bookings by

  • invoice_number integer(int32)

    Invoice Number to filter bookings by

  • booking_status_id integer(int32)

    Booking Status to filter bookings by

Responses

  • 200 application/json

    An array of bookings

  • 500 application/json

    An unexpected error occurred

    Hide response attributes Show response attributes object
    • code integer(int32) Required
    • message string Required
GET /bookings
curl \
 --request GET 'https://*.syngency.com/admin/api/bookings'
Response examples (200)
[
  [
    []
  ]
]
Response examples (500)
{
  "code": 42,
  "message": "string"
}