POST api/v2.0/ResourceLibrary/AddToFavorites?documentKey={documentKey}

Add the specified Document to the Authenticated User's Favorite List.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
documentKey

DocumentKey of a Document.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

DocumentFavorite
NameDescriptionTypeAdditional information
ContactKey

globally unique identifier

None.

DocumentKey

globally unique identifier

None.

CreatedOn

date

None.

Response Formats

application/json, text/json

Sample:
{
  "ContactKey": "ada30b5d-4519-477d-bd50-9c82e05265ef",
  "DocumentKey": "58a0b036-7b3e-4a06-8d46-ed8f3461f704",
  "CreatedOn": "2026-03-21T04:07:49.6950229Z"
}

application/xml, text/xml

Sample:
<DocumentFavorite xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ResourceLibrary">
  <ContactKey>ada30b5d-4519-477d-bd50-9c82e05265ef</ContactKey>
  <CreatedOn>2026-03-21T00:07:49.6950229-04:00</CreatedOn>
  <DocumentKey>58a0b036-7b3e-4a06-8d46-ed8f3461f704</DocumentKey>
</DocumentFavorite>