Skip to content
Pile
Esc
navigateopen⌘Jpreview

List document links

GET/workspaces/{organizationId}/documents/{id}/links
Path parameters
organizationIdstringrequired
idstringrequired
Responses
200Outgoing links from this document
linksobject[]required
Show properties
Array of object
targetTypestringrequired
targetIdstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/documents/string/links"
Response
{
  "links": [
    {
      "targetType": "string",
      "targetId": "string"
    }
  ]
}