Skip to main content
Get Bookings by Conversation
curl --request GET \
  --url http://localhost:3000/api/bookings/get-bookings-by-conversation/{conversationId}
[
  {
    "id": "<string>",
    "status": "<string>",
    "dateTimestamp": 123,
    "startTime": 123,
    "endTime": 123,
    "totalFee": "<string>",
    "depositFee": "<string>",
    "location": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.traza.com.au/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

conversationId
string
required

The ID of the conversation

Response

Bookings retrieved successfully

id
string
status
string
dateTimestamp
number
startTime
number
endTime
number
totalFee
string
depositFee
string
location
string