List Support Case Assignments
Support Case
List Support Case Assignments
Lists support case assignments.
GET
List Support Case Assignments
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:
assignedAt Example:
"assignedAt"
Sort order
Available options:
asc, desc Example:
"desc"
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.