Skip to main content Skip to complementary content
Close announcements banner

Return a matching explanation about data records in the staging area

Returns a detailed explanation about how a list of data records in the staging area is matched and survived. You need to submit the data records by providing their IDs in the request content, with each ID separated by a line feed character.
Request
POST /services/rest/tasks/matching/explain/{container}/records
Parameters
  • container: This is a String value which represents the name of the container.
  • type: This is a String value which specifies the name of the entity.
Headers
  • Content-Type: text/plain
  • Accept: application/json
  • Authorization: Basic Authentication scheme
Response A JSON response that gives a detailed explanation about how a list of data records in the staging area is matched and survived.
Status
  • 200 OK: The operation is executed successfully.
  • 401 UNAUTHORIZED: Login fails, invalid username or password.
  • 500 INTERNAL SERVER ERROR: Other errors.

Sample request

200001
200002

Sample response

The format of the response for this REST API is same as the format of the response for Return a matching explanation about input records.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!