Search
K
Case Management

NoteListInstance

array
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

EventTimeLineInstance

array
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

EventInstance

object
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
Example

IdentifierInstance

object

An object representing an identifier and its corresponding value.

identifierstring

The type of identifier.

valuestring

The value of the identifier.

Example

TaskListSearchCriteria

policyNumberstring

The policy number associated with the case.

Example:AU7654098

applicationTypestring

The application type of the policy.

Example:Digital

processarray[string]

A list of processes to filter the search results.

Example:New Business

sortBystring

Allowed values:updatedAtcreatedAt

Example:createdAt

sortDirectionstring

Allowed values:ascdesc

offsetinteger(int32)

Example:2

limitinteger(int32)

Example:20

Example