Get single Dedupe Rule or Match Rule Handler Set
get
/api/rest/2.0/assets/dedupeRule/{ruleId}/handlerSet/{id}
Get the Dedupe Rule or Match Rule Handler Set by the indicated Rule ID and Rule Handler Set ID
Request
Supported Media Types
- application/json
Path Parameters
-
id(required): integer
ID of the Dedupe Rule or Match Rule Handler Set
-
ruleId(required): integer
ID of the Dedupe Rule or Match Rule
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : DedupeRuleHandlerSet
Type:
object
Title:
Show Source
DedupeRuleHandlerSet
-
createdAt:
string
Read Only:
true
-
createdBy:
string
Read Only:
true
-
createdByName:
string
-
currentStatus:
string
-
deletePermanentlyFromDestination:
string
-
depth:
string
Read Only:
true
-
description:
string
-
folderId:
string
Read Only:
true
-
id:
string
Read Only:
true
-
isNonMatchesDestination:
string
-
name:
string
-
permissions:
array permissions
-
scheduledFor:
string
Read Only:
true
-
sourceTemplateId:
string
-
type:
string
-
updatedAt:
string
Read Only:
true
-
updatedBy:
string
Read Only:
true
-
updatedByName:
string
400 Response
Bad request. See Status Codes for information about other possible HTTP status codes.
401 Response
Unauthorized. See Status Codes for information about other possible HTTP status codes.
403 Response
Forbidden. See Status Codes for information about other possible HTTP status codes.
404 Response
The requested resource was not found. See Status Codes for information about other possible HTTP status codes.
500 Response
The service has encountered an error. See Status Codes for information about other possible HTTP status codes.