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

44 lines
2.0 KiB
JSON

{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields",
"special_access_rules",
"wsdl_segment"
],
"title": "Territory2SupportedObject - Tooling API",
"description": "Represents the object type supported by territories. This object is available in API version 57.0 and later.",
"supported_soap_calls": "`describeSObjects()`, `query()`, `retrieve()`",
"supported_rest_api_http_methods": "`GET`, `HEAD`, `Query`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"DefaultAccessLevel": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Default access level for objects assigned to territories."
},
"DurableId": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Unique identifier of the field."
},
"ObjectType": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Object type supported by the territory."
},
"State": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Status of the support activation of the object type."
}
},
"special_access_rules": "Enable the Manage Territories user permission.",
"wsdl_segment": "```xml\n<xsd:complexType name=\"Territory2SupportedObject\">\n <xsd:complexContent>\n <xsd:extension base=\"ens:sObject\">\n <xsd:sequence>\n <xsd:element name=\"DefaultAccessLevel\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"DurableId\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"ObjectType\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"State\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n </xsd:sequence>\n </xsd:extension>\n </xsd:complexContent>\n</xsd:complexType>\n```"
}