Cancel task GET
Extracts data from the response r
into an object with better usability.
response object
plural form of the resource name, that is used to extract the data. Eg. "cases".
Delegate task POST
Delete file from the task DELETE
Download task file field value GET
Download task file preview for field value GET
Finish task GET
Get all finished tasks by logged user GET
Get all tasks assigned to logged user GET
Get all tasks GET {{baseUrl}}/api/task
Get tasks of the case GET
Get all tasks by cases POST
Get all task data
GET
If you want to process the raw backend response use [rawGetData]{@link TaskResourceService#rawGetData} instead.
ID of the task who's data should be retrieved from the server
processed data groups of the given task. If the task has no data an empty array will be returned.
Get URL form nae.json - resources
ID property
Searches tasks trough the Mongo endpoint. POST
filter used to search the tasks. Must be of type TASK
.
Note that the query
attribute of the filter cannot be used with this endpoint.
Attempting to use it will display a warning and remove the attribute from the request.
Additional request parameters
Get all task data
GET
If you don't want to parse the response yourself use [getData]{@link TaskResourceService#getData} instead.
the raw backend response without any additional processing
Set task data POST
Upload file into the task POST
Generated using TypeDoc
Assign task GET