{ "sections": [ "title", "description", "fields", "special_access_rules", "associated_objects", "wsdl_segment", "field_reference" ], "title": "ServiceCrew - Data API", "description": "Represents a group of service resources who can be assigned to service appointments as a unit.", "fields_columns": [ "type", "properties", "description" ], "fields": { "CrewSize": { "type": "int", "properties": "Create, Filter, Group, Sort, Update", "description": "The number of members on the crew. This field is manual, so it doesn’t auto-update when you add or remove members." }, "LastReferencedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The date when the service crew was last modified. Its label in the user interface is Last Modified Date." }, "LastViewedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The date when the service crew was last viewed." }, "Name": { "type": "string", "properties": "Create, Filter, Group, Sort, Update", "description": "The name of the service crew. For example, Repair Crew." }, "OwnerId": { "type": "reference", "properties": "Create, Defaulted on create, Filter, Group, Sort, Update", "description": "The crew owner. By default, the owner is the person who created the service crew." } }, "special_access_rules": "Field Service must be enabled.", "associated_objects": "This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.\n\n- **ServiceCrewChangeEvent (API version 48.0)**: Change events are available for the object.\n- **ServiceCrewFeed**: Feed tracking is available for the object.\n- **ServiceCrewHistory**: History is available for tracked fields of the object.\n- **ServiceCrewOwnerSharingRule**: Sharing rules are available for the object.\n- **ServiceCrewShare**: Sharing is available for the object.", "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 \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\n```", "field_reference": { "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "CrewSize": { "field_label": "Crew Size", "type": "int", "digits": "9" }, "CurrencyIsoCode": { "field_label": "Currency ISO Code", "type": "picklist", "length": "3" }, "Id": { "field_label": "Service Crew ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "LastReferencedDate": { "field_label": "Last Referenced Date", "type": "datetime" }, "LastViewedDate": { "field_label": "Last Viewed Date", "type": "datetime" }, "Name": { "field_label": "Name", "type": "string", "length": "255" }, "OwnerId": { "field_label": "Owner ID", "type": "reference", "length": "18" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length", "digits" ] }