Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Table of Contents
minLevel1
maxLevel2
outlinefalse
typelist
printablefalse

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#F4F5F7
  • Before starting the monitoring you have to set up monitoring rules. This can be done by setting up a monitoring worklist.

  • To do this, call the following endpoint:

    • Status
      colourGreen
      titlePOST
      /v1/worklists

...

🔠 Headers

Parameter

Type

Required

Description

Correlation-Id

string

Status
colourGreen
titleNO

A unique identifier assigned to the request.

Application-Id

string

Status
colourGreen
titleNO

Your application Id. Please contact support@ondato.com if you don’t have one.

Access token

string

Status
colourRed
titleYES

Described in the Authentication part.

...

🎯 Request body

Field

Type

Required

Description

name

string

Status
colourRed
titleYES

The name of the business.

referenceId

string

Status
colourGreen
titleNO

A unique identifier for the person's reference in the system.

Format: UUID

referenceType

string

Status
colourGreen
titleNO

User created reference for the person in the system, for example "My Reference".

threshold

integer

Status
colourRed
titleYES

Minimum matching score.

Results with lower score than the entered threshold will not be returned in the response.

Default value: 85.

frequency

string

Status
colourRed
titleYES

Monitoring frequency.

Possible enum values:

  1. Daily

  2. Weekly

  3. Monthly

  4. HalfAYear

  5. Annual

scheduleDayOfTheWeek

string

Note

It is required and allowed only when the frequency is set to weekly.

A day of the week on which screening should be done.

Possible enum values:

  1. Monday

  2. Tuesday

  3. Wednesday

  4. Thursday

  5. Friday

  6. Saturday

  7. Sunday

scheduleDayOfTheMonth

integer

Note

It is required and allowed only when the frequency is set to monthly, HalfAYear or Annual.

A day of the month on which screening should be done.

A value between 1 and 31.

scheduleMonth

string

Note

It is required and allowed only when the frequency is set to halfAYear or annual.

A month on which screening should be done.

Possible enum values:

  1. January

  2. February

  3. March

  4. April

  5. May

  6. June

  7. July

  8. August

  9. September

  10. October

  11. November

  12. December

datasets

array

Status
colourRed
titleYES

Datasets to monitor against.

Available datasets are the same as described in AML Search API. They can be found here.

...

🥫 Response

After successfully creating a worklist, you will receive a response with the success code 201: Created and the Id of the record for subsequent calls.

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#F4F5F7
  • To delete a worklist, call the endpoint:

    • Status
      colourRed
      titleDELETE
      /v1/worklists/{worklistId}

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#F4F5F7
  • To update a worklist, call the endpoint:

    • Status
      colourYellow
      titlePUT
      /v1/worklists/{worklistId}

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#F4F5F7
  • After creating a worklist, you can get its info.

  • To retrieve a specific worklist, call the endpoint:

    • Status
      colourBlue
      titleGET
      /v1/worklists/{worklistId}

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#F4F5F7
  • To do this, call the following endpoint:

    • Status
      colourGreen
      titlePOST
      /v1/worklists/search

...

🔠 Headers

Parameter

Type

Required

Description

Correlation-Id

string

Status
colourGreen
titleNO

A unique identifier assigned to the request.

Application-Id

string

Status
colourGreen
titleNO

Your application Id. Please contact support@ondato.com you don’t have one.

Access token

string

Status
colourRed
titleYES

Described in the Authentication part

...