Skip to main content
GET
/
bookings
/
get-bookings-by-conversation
/
{conversationId}
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>"
  }
]

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