InvestigationApi
getAllInvestigations
Get all investigations.
Endpoint | /app/rest/investigations
|
HTTP method | GET
|
Produces |
|
Parameters |
|
Response |
addInvestigation
Create a new investigation.
Endpoint | /app/rest/investigations
|
HTTP method | POST
|
Consumes |
|
Produces |
|
Parameters |
|
Response |
addMultipleInvestigations
Create multiple new investigations.
Endpoint | /app/rest/investigations/multiple
|
HTTP method | POST
|
Consumes |
|
Produces |
|
Parameters |
|
Response |
deleteInvestigation
Delete investigation matching the locator.
Endpoint | /app/rest/investigations/{investigationLocator}
|
HTTP method | DELETE
|
Produces |
|
Parameters |
|
getInvestigation
Get investigation matching the locator.
Endpoint | /app/rest/investigations/{investigationLocator}
|
HTTP method | GET
|
Produces |
|
Parameters |
|
Response |
replaceInvestigation
Update investigation matching the locator.
Endpoint | /app/rest/investigations/{investigationLocator}
|
HTTP method | PUT
|
Consumes |
|
Produces |
|
Parameters |
|
Response |
Last modified: 20 February 2021