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

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

fromVersionId
string

The version ID of the earliest version of the document's version range that you would like to copy

toVersionId
string

The version ID of most recent version of the document's version range that you would like to copy

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiCopyDocumentResponse response

documentId
string
jobId
string
kind
string