Endorsement

Note

The use of this API is restricted to those developers approved by LinkedIn and subject to applicable data restrictions in their agreements.

Endorsement Schema

Field Name Sub-Field Name Format Description
created String A timestamp corresponding to the creation of this endorsement.
deleted String A timestamp corresponding to the deletion of this endorsement.
id String Id of the endorsement.
recipient The recipient entity id
item Entity for a recipient that can be endorsed.
nonStandardEntity. entityPhrase The value of the entity skill being endorsed. For example: JAVA
nonStandardEntity. entityType The type of entity. Always the enum PROFILE_SKILL
item Urn An optional urn for the entity being endorsed.
standardEntity Urn The standardized entity is a urn to the entity being endorsed. Optional.
endorser The endorser entity id. Always the authenticated user.
status Status of the Endorsement. Can be the following enum values:
  • UNKNOWN - Default State
  • ACCEPTED - Indicates that the endorsement has been accepted and is currently visible by other members
  • REJECTED - Indicates that the endorsement has been rejected by the member.
  • HIDDEN - Indicates that the endorsement has been hidden by the recipient.
  • PENDING - Indicates that the endorsement is in a pending state and not yet accepted by the recipient.
  • DELETED - Indicates that the endorsement has been deleted by the sender.
  • CLOSED - Indicates that the endorsement has been closed by the member.
location String Location for tracking endorsement creation.
lastModified String A timestamp corresponding to the last modification of this endorsement.