v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Reporting

Member tasks list

Member tasks list. Includes request parameters, authorization expectations, and response details.

get/reporting/overview/member/tasks/{team_member_id}

Path parameters

team_member_idstring uuid required

Team member ID

Query parameters

projectstring uuid

Project ID filter

only_single_member'true' | 'false'

Restrict to tasks directly assigned to member only

durationstring

Preset date range key

date_rangestring

Custom date range payload/string

archived'true' | 'false'

Include archived projects/tasks

Response

Member tasks retrieved

doneboolean required

Indicates if the operation was successful

{"stackTrail":"components:schemas:ServerResponse:properties:body","oasType":"schema","type":"unknown","description":"Response data (type varies by endpoint, null if no data)","nullable":true}
titlestring nullable

Optional response title

messagestring nullable

Optional message (error message or success notification)

Example response

{
  "done": true,
  "message": "Operation completed successfully"
}