Assess multiple cases

post

https://{your_site_interface}/determinations-server/v2/{deployment-name}/batch

This operation assesses multiple cases of data through the decision service of a deployed Intelligent Advisor project, and returns the results.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: array
An array of decision assessment request objects.
Show Source
Nested Schema : schema
Type: object
The JSON object containing the required input as described by the OpenAPI 2.0 specification.
Security
  • Type: apiKey
    Description: Obtain a bearer token from https://{your_site_interface}/opa-hub/api/12.2.17/auth and use it in the Authorization header as: Bearer {token}.
  • Type: oauth2
    Description: POST the OAuth2 Client Credentials parameters to https://{your_site_interface}/opa-hub/api/12.2.17/auth and use the access token from the response in the Authorization header.
Back to Top

Response

Supported Media Types

200 Response

Multiple completed decision assessments. Refer to the deployment's OpenAPI 2.0 specification for expected output.
Body ()
Root Schema : decisionResponseObjectArray
Type: array
An array of decision assessment response objects.
Show Source
Nested Schema : decisionResponseObject
Type: object
The JSON object representing the decision assessment as described by the OpenAPI 2.0 specification.

404 Response

The requested resource does not exist.
Back to Top