Exceptions
Path parameters
tguidstringRequired
Global unique ID of the transaction.
pguidstringRequired
Global unique ID of the person.
Responses
200
OK
application/json
404
Enrollment transaction does not exist, the exception does not exist
application/json
500
Internal Error
application/json
get
/exceptions/{tguid}/{pguid}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
400
Validation Error
application/json
500
Internal Error
application/json
get
/exceptionsPath parameters
tguidstringRequired
Global unique ID of the transaction.
pguidstringRequired
Global unique ID of the person.
userstringRequired
ID of the user.
Responses
201
OK
*/*
404
Exception does not exist
application/json
500
Internal Error
application/json
put
/exceptions/{tguid}/{pguid}/users/{user}Body
Responses
201
Enqueued
application/json
202
OK
application/json
400
Validation Error
application/json
403
User not authorized to treat exception.
application/json
404
Exception treatment transaction does not exist, exception does not exist
application/json
500
Internal Error
application/json
post
/exceptions/treatmentLast updated
Was this helpful?

