v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Reporting

Project tasks paginated

Project tasks paginated. Includes request parameters, authorization expectations, and response details.

get/reporting/overview/project/tasks-paginated/{project_id}

Path parameters

project_idstring uuid required

Project ID

Query parameters

pageinteger

1-based page index

pageSizeinteger

Camel-case page size used by specific endpoints

searchstring

Search query

statusstring

Status filter

prioritystring

Priority filter

assigneestring

Assignee filter

sortFieldstring

Sort field

sortOrder'asc' | 'desc'

Sort direction for reporting tables

Response

Paginated 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"
}