v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Reporting

Reporting projects

Returns reporting project cards with rich filter support.

get/reporting/projects

Query parameters

searchstring

Search query

statusesstring

Comma-separated status IDs

healthsstring

Comma-separated health IDs

categoriesstring

Comma-separated category IDs

project_managersstring

Comma-separated manager user IDs

teamsstring

Comma-separated team IDs

archived'true' | 'false'

Include archived projects/tasks

pageinteger

1-based page index

page_sizeinteger

Page size

Response

Reporting projects 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"
}