Investigation

Number of APIs: 6

  1. Create multiple new investigations. POST {{baseUrl}}/app/rest/investigations/multiple?fields=<string>

  2. Get all investigations. GET {{baseUrl}}/app/rest/investigations?locator=<string>&fields=<string>

  3. Create a new investigation. POST {{baseUrl}}/app/rest/investigations?fields=<string>

  4. Get investigation matching the locator. GET {{baseUrl}}/app/rest/investigations/:investigationLocator?fields=<string>

  5. Update investigation matching the locator. PUT {{baseUrl}}/app/rest/investigations/:investigationLocator?fields=<string>

  6. Delete investigation matching the locator. DELETE {{baseUrl}}/app/rest/investigations/:investigationLocator