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

53 lines
2.0 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"supported_rest_api_http_methods",
"fields"
],
"title": "WorkSkillRouting - Tooling API",
"description": "Represents a setup object that stores a set of WorkSkillRoutingAttribute objects used to route a work item to an agent who has the skills necessary to take the work. Available in API version 46.0 and later.",
"supported_rest_api_http_methods": "`DELETE`, `GET`, `PATCH`, `POST`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"DeveloperName": {
"type": "string",
"properties": "Filter, Group, Sort",
"description": "The developer name for the WorkSkillRouting. Note: Only users with View DeveloperName OR View Setup and Configuration permission can view, group, sort, and filter this field."
},
"FullName": {
"type": "string",
"properties": "Create, Group, Nillable",
"description": "The full name of the associated metadata type in Metadata API."
},
"IsActive": {
"type": "boolean",
"properties": "Defaulted on create, Filter, Group, Sort",
"description": "Indicates whether assignment rules are active and can be evaluated."
},
"Language": {
"type": "picklist",
"properties": "Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort",
"description": "The language in the users personal settings."
},
"MasterLabel": {
"type": "string",
"properties": "Filter, Group, Sort",
"description": "Master label for this object. This display value is the internal label that is not translated."
},
"Metadata": {
"type": "mns:WorkSkillRouting",
"properties": "Create, Nillable, Update",
"description": "The associated metadata type in Metadata API."
},
"RelatedEntity": {
"type": "picklist",
"properties": "Filter, Group, Restricted picklist, Sort, Unique",
"description": "Type of Salesforce object that the attributes are associated with."
}
}
}