Search
K
Case Management

Get notes

Retrieve the list of available note instances for the specified caseId.

get

Path Parameters

caseIdstringrequired

Case instance id

Response

application/json

notes retrieved

NoteListInstance

idstring

A unique identifier of Note

notestring

The Text content of Note

authorstring

Author of note

internalboolean

Indicates whether the item is internal or not.

createdAtstring

The timestamp of Note been created

updatedAtstring

The timestamp of Note been updated

Example:09-April-2023

descstring

Description of note

additionalDataobject
eventRefarray[string]

List of Events associated with Note Instance

get/case/v1/cases/{caseId}/note
 
application/json

Get case stages

Retrieve the list of available stage for the specified caseId.

get

Path Parameters

caseIdstringrequired

Case instance id

Response

application/json

stages retrieved

StageListInstance

idstring

Unique identifier for the stage instance.

labelstring

Business Friendly label for the stage instance.

stageStatusstring

Current status of the stage instance.

Allowed values:IN_PROGRESSEXCEPTIONCOMPLETEDNOT_STARTED

mappedTasksarray[string]

List of identifiers for tasks mapped to this stage (RESERVED FOR FUTURE SCOPE).

mappedNotesarray[string]

List of identifiers for notes mapped to this stage (RESERVED FOR FUTURE SCOPE).

stepsarray[object]

List of step instances that make up this stage.

Show Child Parameters
createdAtstring(date-time)

Timestamp when the stage instance was created.

get/case/v1/cases/{caseId}/stage
 
application/json

Get case documents

Retrieve the list of available document instances for the specified caseId.

get

Path Parameters

caseIdstringrequired

Case instance id

Response

application/json

documents retrieved

DocumentListInstance

idstring

Example:12345

namestring

Example:Identity_Document.pdf

documentNumberstring

Example:119299808

sourcestring

Example:onbase

urlstring

Example:http://dev.onbase.com/document/12345

updatedAtstring

Example:09-April-2023

fileTypestring

Example:NB Fix

documentUploadDatestring

Example:2024-10-04T13:16:45-05:00

additionalDataobject
eventRefarray[string]

Example:15ea7582-262f-4dfe-8a60-1e8b8e763fd4

get/case/v1/cases/{caseId}/document
 
application/json

Get case exceptions

Retrieve the list of available exception/NIGO instances for the specified caseId.

get

Path Parameters

caseIdstringrequired

Case instance id

Response

application/json

exceptions retrieved

ExceptionListInstance

idstring

Unique Identifier for Exception Instance

statusstring

Status of Exception Instance

Allowed values:NEWRESOLVED

exceptionRefIdstring

The exceptionRefId of the exception.

Example:NB.EM.068

exceptionTypestring

The exceptionType of the exception.

Example:Business Exception

categorystring

Category of Exception

reasonstring

Short description of Exception

detailedReasonstring

Detailed description of Exception

updatedAtstring

Last updated timestamp of Exception

taskIdListarray[string]unique-items

List of Task Identifier associated with Exception Instance

additionalDataobject
exceptionAdditionalDataarray[object]

Additional data related to the Exception.

Show Child Parameters
eventRefarray[string]

List of Events associated with Exception Instance

get/case/v1/cases/{caseId}/exception
 
application/json

Get case events

Retrieve the List of Event over the time applied on the specified caseId.

get

Query Parameters

fromTsinteger(int64)
toTsinteger(int64)
sourcestring

source

Path Parameters

caseIdstringrequired

Case instance id

Response

application/json

case events retrieved

EventTimeLineInstance

idstring

A unique identifier for the event instance.

sourcestring
eventNamestring

The name of the event that occurred.

eventGroupstring

The group to which this event belongs.

eventTsstring(date-time)

The timestamp when the event occurred.

correlationIdstring

An identifier used to correlate related cases.

payloadstring

The payload of the event, typically containing detailed information.

identifiersarray[object]

A list of identifiers associated with the event.

Show Child Parameters
get/case/v1/cases/{caseId}/event
 
application/json