Exceptions

getException

get

This method returns an exception for a given person/transaction.

Path parameters
tguidstringRequired

Global unique ID of the transaction.

pguidstringRequired

Global unique ID of the person.

Responses
200

OK

application/json
get
/exceptions/{tguid}/{pguid}

listExceptions

get

This method returns a list of exceptions that match the given search criteria.

Query parameters
startDateinteger · int64Optional

Minimum timestamp, in milliseconds.

endDateinteger · int64Optional

Maximum timestamp, in milliseconds.

userstringOptional

ID of the user.

keysstring[]Optional

List of key values. Only anomalies.

biographicsstring[]Optional

List of biographic values.

labelsstring[]Optional

A list of labels of the person.

pageIndexinteger · int32Optional
pageSizeinteger · int32Optional
Responses
200

OK

application/json
get
/exceptions

unassignException

delete

This method removes the assignment of a user to an exception.

Path parameters
tguidstringRequired

Global unique ID of the transaction.

pguidstringRequired

Global unique ID of the person.

Responses
delete
/exceptions/{tguid}/{pguid}/users

listByTransaction

get

This method returns the exception list from a given exception.

Path parameters
tguidstringRequired

Global unique ID of the transaction.

Responses
200

OK

application/json
get
/exceptions/{tguid}

assignException

put

This method assigns an exception to a given user.

Path parameters
tguidstringRequired

Global unique ID of the transaction.

pguidstringRequired

Global unique ID of the person.

userstringRequired

ID of the user.

Responses
put
/exceptions/{tguid}/{pguid}/users/{user}

getTreatResult

get

This method returns the status of the treatment given to a specific transaction.

Path parameters
tguidstringRequired

Global unique ID of the transaction.

Responses
200

Ok, enqueued, Error

application/json
get
/exceptions/treatment/{tguid}

treatException

post

This method provides the treatment for a given exception.

Body
Responses
post
/exceptions/treatment

getExceptionByEntrantPguid

get
Path parameters
pguidstringRequired

Global unique ID of the person.

Responses
200

OK

application/json
get
/exceptions/byEntrant/{pguid}

getExceptionByReferencePguid

get
Path parameters
pguidstringRequired

Global unique ID of the person.

Responses
200

OK

application/json
get
/exceptions/byReference/{pguid}

Last updated

Was this helpful?