v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Team Members

Team member insights list

Returns paginated team member insights (task/project counts, time logged, membership metadata).

get/team-members/list

Query parameters

teamIdstring uuid
searchstring
projectstring

Comma-separated project IDs

statusstring

Comma-separated project status IDs

startstring date
endstring date
all'true' | 'false'

Return all records when true

Response

Insights list 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"
}