{ "sections": [ "title", "description", "fields", "usage", "wsdl_segment", "field_reference" ], "title": "LeadStatus - Data API", "description": "Represents the status of a Lead record, such as Open, Qualified, or Converted.", "fields_columns": [ "type", "properties", "description" ], "fields": { "ApiName": { "type": "string", "properties": "Filter, Group, idLookup, Sort", "description": "Uniquely identifies a picklist value so it can be retrieved without using an id or primary label." }, "IsConverted": { "type": "boolean", "properties": "Defaulted on create, Filter, Group, Sort", "description": "Indicates whether this lead status value represents a converted lead (true) or not (false). Multiple lead status values can represent a converted lead." }, "IsDefault": { "type": "boolean", "properties": "Defaulted on create, Filter, Group, Sort", "description": "Indicates whether this is the default lead status value (true) or not (false) in the picklist." }, "MasterLabel": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "Label for this lead status value. This display value is the internal label that does not get translated." }, "SortOrder": { "type": "int", "properties": "Filter, Group, Nillable, Sort", "description": "Number used to sort this value in the lead status picklist. These numbers are not guaranteed to be sequential, as some previous lead status values might have been deleted." } }, "usage": "This object represents a value in the lead status picklist (see Lead). The lead status picklist provides additional information about the status of a Lead, such as whether a given status value represents a converted Lead. Query this object to retrieve the set of values in the lead status picklist, and then use that information while processing Lead objects to determine more information about a given lead. For example, the application could test whether a given lead is converted based on its Status value and the value of the IsConverted property in the associated LeadStatus record.", "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```", "field_reference": { "ApiName": { "field_label": "API Name", "type": "string", "length": "255" }, "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "Id": { "field_label": "Lead Status Value ID", "type": "id", "length": "18" }, "IsConverted": { "field_label": "Is Converted", "type": "boolean" }, "IsDefault": { "field_label": "Is Default", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "MasterLabel": { "field_label": "Master Label", "type": "string", "length": "255" }, "SortOrder": { "field_label": "Sort Order", "type": "int", "digits": "9" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length", "digits" ] }