Skip to content
Developers
Assignments

List user assignments

GET /assignments

GET
/assignments

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

user_id?string

Filter by user.

project_id?string

Filter by project.

start_date?string

Include assignments on/after this date.

end_date?string

Include assignments on/before this date.

limit?number

Number of rows (default 50, max 200).

offset?number

Pagination offset (default 0).

Response Body

application/json

curl -X GET "https://loading/api/v1/assignments"
{
  "data": {}
}
Empty
Empty
Empty
Empty