afv-library/skills/platform-data-and-tooling-api-context-get/assets/tooling_api/DuplicateJobMatchingRuleDefinition.json

30 lines
973 B
JSON

{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields"
],
"title": "DuplicateJobMatchingRuleDefinition - Tooling API",
"description": "Setup object specifying a MatchingRule to use with DuplicateJob instances that share a DuplicateJobDefinition. Available in Tooling API version 42.0 and later.",
"supported_soap_calls": "`create()`, `query()`, `retrieve()`",
"supported_rest_api_http_methods": "`GET`, `POST`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"DuplicateJobDefinitionId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The ID of the duplicate job definition."
},
"MatchingRuleId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort",
"description": "The ID of the matching rule specified for a duplicate job."
}
}
}