v1

latestOpenAPI 3.0.02026-07-2612645160.3 KB
tasks

Get tasks

Retrieves all tasks based on query parameters. Filters can include responsible user IDs and date range (fromDate/toDate).

get/api/public/tasks

Query parameters

responsibleIdsstring[]

Responsible user IDs to filter tasks

fromDatestring required
toDatestring required
includeTasksWithoutDatesboolean
searchFilterstring

Response

Returns an array of tasks matching the query criteria

TaskResponseDto[] required