Anomaly Detection
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
typestring · enumRequiredExample:
MEDICAL_CLAIMPossible values: Responses
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)
400
Bad Request
get
/anomalydetection/v1/anomaly-detection-types/{type}/anomaly-suspectsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
typestring · enumRequiredExample:
MEDICAL_CLAIMPossible values: idstringRequiredExample:
f47ac10b-58cc-4372-a567-0e02b2c3d479Responses
200
OK
application/json
idstringOptional
Unique identifier for the anomaly suspect
identifierstringOptional
Anomaly suspect identifier
400
Bad Request
get
/anomalydetection/v1/anomaly-detection-types/{type}/anomaly-suspects/{id}Last updated