Anomaly Detection

These endpoints let you manage anomaly detection features in the system. It allows you to retrieve and configure anomaly detection settings for various modules.

Get Anomaly Suspects

get

Search Query

Supported Keys
Supported Operators
Notes

identifier

:

Like

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Path parameters
typestring · enumRequiredExample: MEDICAL_CLAIMPossible values:
Responses
chevron-right
200

OK

application/json
totalPagesintegerRequired

Total number of pages available

lastbooleanRequired

Indicates whether this is the last page

totalElementsintegerRequired

Total number of elements across all pages

numberOfElementsintegerRequired

Number of elements in the current page

firstbooleanRequired

Indicates whether this is the first page

sizeintegerRequired

Size of the page (number of elements per page)

numberintegerRequired

Current page number (zero-indexed)

get
/anomalydetection/v1/anomaly-detection-types/{type}/anomaly-suspects

Get Anomaly Suspect by Id

get

Return the anomaly suspect by Id.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Path parameters
typestring · enumRequiredExample: MEDICAL_CLAIMPossible values:
idstringRequiredExample: f47ac10b-58cc-4372-a567-0e02b2c3d479
Responses
chevron-right
200

OK

application/json
idstringOptional

Unique identifier for the anomaly suspect

identifierstringOptional

Anomaly suspect identifier

get
/anomalydetection/v1/anomaly-detection-types/{type}/anomaly-suspects/{id}

Last updated