REST API for Oracle Banking Collections

Get Task Status

get

/api/1.0/taskWorkFlow/getNextTaskStatus

This endpoint is used to get Next Task Status based on task name and task ID.

Request

Supported Media Types
  • application/json
  • application/xml
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types
  • application/json
  • application/xml

200 Response

Get Next Task Status details.
Body (
  1. DmTmNextStatusCollection
)
Root Schema : DmTmNextStatusCollection
Type: object
Collection of Next Status Details.
Show Source
Nested Schema : data
Type: array
Data Details
Show Source
  • Array of: string

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

405 Response

Invalid input.

500 Response

Internal error.
Back to Top