{ "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\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```" }