Get Incoming Draft References for a Document
Required scope:
public-api:drafts:read
Description
This endpoint is functionally equivalent to the Incoming Document References endpoint for publications. But with this draft endpoint you will receive references from unpublished documents as well as references from the current state of documents even if these latest updates to the document are not published yet.
Related
- Incoming Document References (for publications)
Endpoint
GET api/v1/drafts/:documentId/incomingDocumentReferences
Parameters
Name | Type | Required | Notes |
---|---|---|---|
:documentId | integer | x | |
?limit | integer | A limit for how much documents to retrieve. Defaults to 100. Max. 100. | |
?offset | integer | An offset into the query. Useful when getting more than 100 results (pagination). |