List Support Case Messages
Support Case
List Support Case Messages
Lists public messages in a customer support case.
GET
List Support Case Messages
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Support case identifier
Example:
"0197f150-40d6-7c1a-bdf2-c5884e07d401"
Query Parameters
Items per page
Example:
10
Page number
Example:
1
Field to sort by
Available options:
createdAt Example:
"createdAt"
Sort order
Available options:
asc, desc Example:
"asc"
Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.