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

70 lines
2.6 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields"
],
"title": "CommunityWorkspacesNode - Tooling API",
"description": "Represents a node used in Experience Workspaces. Available in Tooling API version 39.0 and later.",
"supported_soap_calls": "`create()`, `delete()`, `describeSObjects()`, `query()`, `retrieve()`, `update()`, `upsert()`",
"supported_rest_api_http_methods": "`GET`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Description": {
"type": "string",
"properties": "Filter, Nillable, Sort",
"description": "A description of the field."
},
"DevName": {
"type": "string",
"properties": "Filter, Group Nillable, Sort",
"description": "API name of the chart. This name can contain only underscores and alphanumeric characters, and must be unique in your org. It must begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores. In managed packages, this field prevents naming conflicts on package installations. With this field, a developer can change the objects name in a managed package and the changes are reflected in a subscribers organization."
},
"ExternalId": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "A unique system-generated numerical identifier for the user."
},
"HelpLocator": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The URL for the help page."
},
"Label": {
"type": "string",
"properties": "Filter, Group Nillable",
"description": "The display label of the Workspaces component."
},
"Locator": {
"type": "string",
"properties": "Filter, Nillable, Sort",
"description": "The aura component list (aura page) or page URL (aloha page)."
},
"NetworkID": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The ID of the Experience Cloud site."
},
"PageType": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Type of page accessed within Experience Workspaces."
},
"Parent": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The devName of the parent node."
},
"Workspace": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The devName of the workspace the node belongs to."
}
}
}