{ "sections": [ "title", "description", "fields", "special_access_rules", "usage", "wsdl_segment", "field_reference" ], "title": "ShiftStatus - Data API", "description": "Represents a shift, such as Tentative, Published, or Confirmed. Available in API versions 46.0 and later.", "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 master label." }, "IsDefault": { "type": "boolean", "properties": "Defaulted on create, Filter, Group, Sort", "description": "Indicates whether this is the default shift status value (true) or not (false) in the picklist. Only one value can be the default value." }, "MasterLabel": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "Master label for this shift status value. This display value is the internal label that does not get translated. Limit: 255 characters." }, "SortOrder": { "type": "int", "properties": "Filter, Group, Nillable, Sort", "description": "Number used to sort this value in the shift status picklist. These numbers are not guaranteed to be sequential, as some previous shift status values might have been deleted." }, "StatusCode": { "type": "picklist", "properties": "Filter, Group, Nillable, Restricted picklist, Sort", "description": "Describes the status of the shift using static values. Possible values are: Tentative Published Confirmed" } }, "special_access_rules": "Field Service must be enabled.", "usage": "Scheduling and dispatching service resources using shift data is not supported in API version 46.0.", "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": "Shift Status Value ID", "type": "id", "length": "18" }, "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" }, "StatusCode": { "field_label": "Status Code", "type": "picklist", "length": "40" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length", "digits" ] }