Returns aggregated billable, non-billable, and total tracked time for a project in milliseconds.Authorization: Requires Project Member role for the specified projectId. Returns 403 Forbidden if the user is not a member of the project
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Path Params
Header Params
Responses
🟢200OK
application/json
Project timesheet summary fetched successfully
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.astravue.com/v1/time-track/projects//timesheet/summary' \
--header'X-Org-Id;' \
--header'Authorization: Bearer <token>'