Skip to content
Developers
Actual hours

List actual hours

GET /actual-hours

GET
/actual-hours

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

user_id?string

Filter by user.

project_id?string

Filter by project.

start_date?string

Include rows on/after this date.

end_date?string

Include rows 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/actual-hours"
{
  "data": {}
}
Empty
Empty
Empty
Empty