Skip to main content

Get booking activities

GET 

/v1/bookings/:bookId/activities

Retrieve all activities/notes for a specific booking

Supported roles

  • Partner
  • Fleet manager

Request

Path Parameters

    bookId stringrequired

    ID of booking

Responses

Successful operation

Schema
    bookId string
    activities object[]
  • Array [
  • id string

    Activity ID

    bookId string

    Booking ID

    content string

    Activity content

    createdDate date-time

    Activity creation date

    permission object
    operator boolean

    Visible to operators

    driver boolean

    Visible to drivers

    passenger boolean

    Visible to passengers

  • ]
  • total integer

    Total number of activities

Loading...