Table of Contents
|
Parameter | Type | Required | Description |
---|---|---|---|
Correlation-Id | string | A unique identifier assigned to the request. | |
Application-Id | string | Your application Id. Please contact support@ondato.com you don’t have one. | |
Access token | string | Described in the Authentication part |
Field | Type | Required | Description |
---|---|---|---|
| string | The name of the business. | |
| string | A unique identifier for the person's reference in the system. Format: UUID | |
| string | User created reference for the person in the system, for example "My Reference". |
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.
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.
Field | Type | Description |
---|---|---|
| string | The |
|
Parameter | Type | Required | Description |
---|---|---|---|
worklistId | string | The unique Id of the worklist. | |
Correlation-Id | string | A unique identifier assigned to the request. | |
Application-Id | string | Your application Id. Please contact support@ondato.com you don’t have one. | |
Access token | string | Described in the Authentication part |
After successfully deleting a worklist, you will receive a response with the success code 204: No Content
.
After successfully deleting a worklist, you will receive a response with the success code 204: No Content
.
|
Parameter | Type | Required | Description |
---|---|---|---|
worklistId | string | The unique Id of the worklist. | |
Correlation-Id | string | A unique identifier assigned to the request. | |
Application-Id | string | Your application Id. Please contact support@ondato.com you don’t have one. | |
Access token | string | Described in the Authentication part |
Field | Type | Required | Description | |
---|---|---|---|---|
| string | Name of the worklist. | ||
| integer | Minimum matching Results with lower Default value: 85. | ||
| string | Monitoring frequency. Possible enum values:
| ||
| string |
| A day of the week on which screening should be done. Possible enum values:
| |
| integer |
| A day of the month on which screening should be done. A value between 1 and 31. | |
| string |
| A month on which screening should be done. Possible enum values:
|
After successfully deleting a worklist, you will receive a response with the success code 204: No Content
.
After successfully deleting a worklist, you will receive a response with the success code 204: No Content
.
|
Parameter | Type | Required | Description |
---|---|---|---|
worklistId | string | The unique Id of the worklist. | |
Correlation-Id | string | A unique identifier assigned to the request. | |
Application-Id | string | Your application Id. Please contact support@ondato.com you don’t have one. | |
Access token | string | Described in the Authentication part. |
Field | Type | Description |
---|---|---|
| string | Worklist Id. |
| string | Name of the worklist. |
| integer | Minimum matching Results with lower |
| string | Monitoring frequency. Possible enum values:
|
| array | Datasets to monitor against. Available datasets are the same as described in AML Search API. They can be found here. |
| string | A day of the week on which screening should be done. Possible enum values:
|
| integer | A day of the month on which screening should be done. A value between 1 and 31. |
| string | A month on which screening should be done. Possible enum values:
|
| string | Date of the last completed screening. |
| integer | Number of businesses in the worklist. |
| integer | Number of true-positive business matches in the worklist. |
| integer | Number of false-positive business matches in the worklist. |
| integer | Number of discarded by the user business matches in the worklist. |
| integer | Number of business monitor records, waiting for review. |
| integer | Number of business monitor matches, waiting for review. |
| integer | Number of persons in the worklist. |
| integer | Number of true-positive person matches in the worklist. |
| integer | Number of true-positive person matches in the worklist. |
| integer | Number of discarded by the user person matches in the worklist. |
| integer | Number of person monitor records, waiting for review. |
| integer | Number of person monitor matches, waiting for review. |
|
Parameter | Type | Required | Description |
---|---|---|---|
Correlation-Id | string | A unique identifier assigned to the request. | |
Application-Id | string | Your application Id. Please contact support@ondato.com you don’t have one. | |
Access token | string | Described in the Authentication part |
Field | Type | Required | Description |
---|---|---|---|
| string | Name of the worklist. | |
| string | Date FROM when worklist was created. Response will return worklists created after this date. | |
| string | Dato TO when woklist was created. Response will return worklists created before this date. |
The response will return a list of worklists that were created within the submitted date interval or have submitted names.
The response will return a list of worklists that were created within the submitted date interval or have submitted names.
Field | Type | Description |
---|---|---|
| array | An array containing worklists |
workLists[]. | string | The unique identifier for the worklist. |
workLists[]. | string | The name of the worklist. |
workLists[]. | integer | Minimum matching Results with lower |
workLists[]. | string | Monitoring frequency. Possible enum values:
|
workLists[]. | array | Datasets to monitor against. Available datasets are the same as described in AML Search API. They can be found here: AML Datasets. |
workLists[]. | string | A day of the week on which screening should be done. Possible enum values:
|
workLists[]. | integer | A day of the month on which screening should be done. A value between 1 and 31. |
workLists[]. | string | A month on which screening should be done. Possible enum values:
|
| integer | The total number of worklists that match the requested query parameters. |
|
|
|
|
|
|
|