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

47 lines
3.6 KiB
JSON

{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields",
"wsdl_segment"
],
"title": "PathAssistantStepItem - Tooling API",
"description": "Represents layout or guidance details for a step on a Path. Available in Tooling API version 36.0 and later.",
"supported_soap_calls": "`query()`",
"supported_rest_api_http_methods": "`GET`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"IsDeleted": {
"type": "boolean",
"properties": "Sort",
"description": "Indicates whether the record has been moved to the Recycle Bin (true) or not (false)."
},
"ItemId": {
"type": "ID",
"properties": "Filter, Group, Sort",
"description": "A foreign key field pointing to the Type field that represents either the layout (if Type is set to Layout) or the PathAssistantStepInfo (if Type is set to Information) of this guidance detail."
},
"PathAssistantId": {
"type": "ID",
"properties": "Filter, Group, Sort",
"description": "ID of the PathAssistant related to this step."
},
"RecordTypeId": {
"type": "ID",
"properties": "Filter, Group, Nillable, Sort",
"description": "ID of the record type associated with this path."
},
"Type": {
"type": "string",
"properties": "Filter, Group, Sort",
"description": "The type of data that ItemId refers to.Valid values are: Information Layout"
}
},
"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=\"PathAssistantStepItem\">\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=\"IsDeleted\" minOccurs=\"0\" type=\"xsd:boolean\" nillable=\"true\"/>\n <xsd:element name=\"Item\" minOccurs=\"0\" type=\"ens:sObject\" nillable=\"true\"/>\n <xsd:element name=\"ItemId\" minOccurs=\"0\" type=\"tns:ID\" 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=\"PathAssistant\" minOccurs=\"0\" type=\"ens:PathAssistant\" nillable=\"true\"/>\n <xsd:element name=\"PathAssistantId\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"PicklistMaster\" minOccurs=\"0\" type=\"ens:sObject\" nillable=\"true\"/>\n <xsd:element name=\"PicklistMasterId\" 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=\"Type\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n </xsd:sequence>\n </xsd:extension>\n </xsd:complexContent>\n</xsd:complexType>\n```"
}