Skip to content
Pile
Esc
navigateopen⌘Jpreview

List document backlinks

GET/workspaces/{organizationId}/documents/{id}/backlinks
Path parameters
organizationIdstringrequired
idstringrequired
Responses
200Documents that link to this document
documentsstring[]required
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/documents/string/backlinks"
Response
{
  "documents": [
    "string"
  ]
}