mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-05 14:54:50 +08:00
44 lines
3.0 KiB
JSON
44 lines
3.0 KiB
JSON
{
|
||
"sections": [
|
||
"title",
|
||
"description",
|
||
"supported_soap_calls",
|
||
"supported_rest_api_http_methods",
|
||
"fields",
|
||
"special_access_rules",
|
||
"wsdl_segment"
|
||
],
|
||
"title": "ProfileLayout - Tooling API",
|
||
"description": "Represents a profile layout.",
|
||
"supported_soap_calls": "`query()`, `retrieve()`",
|
||
"supported_rest_api_http_methods": "`GET`",
|
||
"fields_columns": [
|
||
"type",
|
||
"properties",
|
||
"description"
|
||
],
|
||
"fields": {
|
||
"LayoutId": {
|
||
"type": "ID",
|
||
"properties": "Filter, Group, Sort",
|
||
"description": "The unique identifier for this layout."
|
||
},
|
||
"ProfileId": {
|
||
"type": "ID",
|
||
"properties": "Filter, Group, Sort",
|
||
"description": "The unique identifier for this profile."
|
||
},
|
||
"RecordTypeId": {
|
||
"type": "ID",
|
||
"properties": "Filter, Group, Sort",
|
||
"description": "The unique identifier for the record."
|
||
},
|
||
"TableEnumOrId": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, Restricted picklist, Sort",
|
||
"description": "The enum (for example, Account) or ID of the object this field is on."
|
||
}
|
||
},
|
||
"special_access_rules": "As of Summer ’20 and later, only users with the View Setup and Configuration permission can access this object.",
|
||
"wsdl_segment": "```xml\n<xsd:simpleType name=\"ID\">\n <xsd:restriction base=\"xsd:string\">\n <xsd:length value=\"18\"/>\n <xsd:pattern value=\"[a-zA-Z0-9]{18}\"/>\n </xsd:restriction>\n</xsd:simpleType>\n<xsd:complexType name=\"ProfileLayout\">\n <xsd:complexContent>\n <xsd:extension base=\"ens:sObject\">\n <xsd:sequence>\n <xsd:element name=\"CreatedBy\" minOccurs=\"0\" type=\"ens:User\" nillable=\"true\"/>\n <xsd:element name=\"CreatedById\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"CreatedDate\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedBy\" minOccurs=\"0\" type=\"ens:User\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedById\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedDate\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n <xsd:element name=\"Layout\" minOccurs=\"0\" type=\"ens:Layout\" nillable=\"true\"/>\n <xsd:element name=\"LayoutId\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"Profile\" minOccurs=\"0\" type=\"ens:Profile\" nillable=\"true\"/>\n <xsd:element name=\"ProfileId\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"RecordType\" minOccurs=\"0\" type=\"ens:RecordType\" nillable=\"true\"/>\n <xsd:element name=\"RecordTypeId\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"SystemModstamp\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n <xsd:element name=\"TableEnumOrId\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n </xsd:sequence>\n </xsd:extension>\n </xsd:complexContent>\n</xsd:complexType>\n```"
|
||
} |