response object
plural form of the resource name, that is used to extract the data. Eg. "cases".
Create new case POST {{baseUrl}}/api/workflow/case
Delete case DELETE {{baseUrl}}/api/workflow/case/:id
Get all cases of the system GET {{baseUrl}}/api/workflow/all
Get all cases by user that created them POST {{baseUrl}}/api/workflow/case/author/:id
Get all case data GET {{baseUrl}}/api/public/case/:id/data
Download case file field value GET {{baseUrl}}/api/workflow/case/:id/file/:field
Generic case search with object encoded search query. Similar to [getCasesQueryDSL]{@link CaseResourceService#getCasesQueryDSL} POST {{baseUrl}}/api/workflow/case/search_mongo
object defining the search query
request parameters, that can be used for sorting of results.
Search one case by it's id. GET {{baseUrl}}/api/workflow/case/:id
Get options for enumeration or multiple-choice data field GET {{baseUrl}}/api/workflow/case/:caseId/field/:fieldId
Get URL form nae.json - resources
ID property
Generated using TypeDoc
Extracts data from the response
r
into an object with better usability.