{ "sections": [ "title", "description", "fields", "usage", "associated_objects", "wsdl_segment", "field_reference" ], "title": "ProfileSkillEndorsement - Data API", "description": "Represents a detail relationship of ProfileSkillUser. An endorsement of a profile skill shows approval and support of another user’s publicly declared skill.", "fields_columns": [ "type", "properties", "description", "relationship_name", "relationship_type", "refers_to" ], "fields": { "Name": { "type": "string", "properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort", "description": "The name of the profile skill being endorsed." }, "ProfileSkillUserId": { "type": "reference", "properties": "Create, Filter, Group, Sort", "description": "The ID of the ProfileSkillUser record that is being endorsed. This is a relationship field.", "relationship_name": "ProfileSkillUser", "relationship_type": "Lookup", "refers_to": "ProfileSkillUser" }, "UserId": { "type": "reference", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "The user ID of the person giving the endorsement. This is a relationship field.", "relationship_name": "User", "relationship_type": "Lookup", "refers_to": "User" } }, "usage": "Use the ProfileSkillEndorsement object to query about a single endorsement given to a user about a specific skill. Users can’t endorse themselves, they can only be endorsed by others unless they are administrators with the “Modify All Data” permission.", "associated_objects": "This object has the following associated objects. Unless noted, they are available in the same API version as this object.\n\n- **ProfileSkillEndorsementChangeEvent (API version 62.0)**: Change events are available for the object.\n- **ProfileSkillEndorsementFeed (API version 34.0)**: Feed tracking is available for the object.\n- **ProfileSkillEndorsementHistory**: History is available for tracked fields of 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```", "field_reference": { "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Added Date", "type": "datetime" }, "CurrencyIsoCode": { "field_label": "Currency ISO Code", "type": "picklist", "length": "3" }, "Id": { "field_label": "Endorsement 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" }, "Name": { "field_label": "Endorsement Name", "type": "string", "length": "255" }, "ProfileSkillUserId": { "field_label": "Skill User ID", "type": "reference", "length": "18" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" }, "UserId": { "field_label": "User ID", "type": "reference", "length": "18" } }, "field_reference_columns": [ "field_label", "type", "length" ] }