| Endpoint | Description |
---|
1 | Monitoring |
2 | POST | /v1/worklists/{worklistId}/natural-entity-records/search | Get all person records in the monitoring worklist |
3 | POST | /v1/worklists/{worklistId}/natural-entity-records/batch-async | Add multiple person records in the monitoring worklist with asynchronous operation (limit 10k records) |
4 | POST /v1/worklists/{worklistId}/natural-entity-records/batch | Add multiple person records in the monitoring worklist (limit 25 records) |
5 | PUT | /v1/worklists/{worklistId}/natural-entity-records/batch | Update multiple person records in the monitoring worklist (limit 25 records) |
6 | DELETE | /v1/worklists/{worklistId}/natural-entity-records/batch | Delete multiple person records from the monitoring worklist (limit 25 records) |
7 | GET | /v1/worklists/{worklistId}/natural-entity-records/{recordId} | Get a specific person record from the monitoring worklist |
8 | PUT | /v1/worklists/{worklistId}/natural-entity-records/{recordId} | Update a specific person record in the monitoring worklist |
9 | DELETE | /v1/worklists/{worklistId}/natural-entity-records/{recordId} | Delete a specific person record from the monitoring worklist |
10 | POST | /v1/worklists/{worklistId}/natural-entity-records | Create a person record in the monitoring worklist |
11 | GET | /v1/worklists/{worklistId}/natural-entity-records/batch/{id} | Get batch-async operation results |
12 | GET | /v1/worklists/{worklistId}/natural-entity-records/batch/{id}/records | Get batch-async operation individual records and their status |
13 | Retrieve matches |
14 | POST | /v1/worklists/{worklistId}/natural-entity-records/{recordId}/search | Search for all matches of the specific person record in the monitoring worklist |
15 | GET /v1/worklists/{worklistId}/natural-entity-records/{recordId}/matches/{matchId} | Search for a particular match of the specific person record in the monitoring worklist |
16 | GET | /v1/worklists/{worklistId}/natural-entity-records/{recordId}/matches/{matchId}/reviews | Get reviews of the match of the specific person record in the monitoring worklist |
17 | POST | /v1/worklists/{worklistId}/natural-entity-records/{recordId}/matches/{matchId}/reviews | Create a review for a specified match |
18 | POST | /v1/worklists/{worklistId}/natural-entity-records/{recordId}/matches/reviews | Create reviews for multiple matches |
19 | Get record details |
20 | GET | /v1/natural-entity-details/{resourceId} | Get the profile data of the person that was matched with a record |