Skip to main content
GET
/
relation
/
v1
/
document
/
{documentId}
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/relation/v1/document/{documentId} \
  --header 'Authorization: Bearer <token>'
{
  "incomplete": true,
  "kind": "<string>",
  "relatedDocuments": {}
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

documentId
string
required

The ID of the document

Query Parameters

customRender
boolean
default:false

Whether the response contains custom titles. (Default: false)

securityCode
string

The security code

domain
string

The G Suite domain

lightMode
boolean
default:false

Whether the response contains a light view of the documents. (Default: false)

Response

200 - application/json

A ApiRelatedDocumentMap response

incomplete
boolean
kind
string

The map of related documents by relation ID as the key