GET
/
v1
/
documents
/
{id}
/
changelog
/
{revisionId}
Get document changelog revision
curl --request GET \
  --url https://staging.api.us.aptlydone.com/document/v1/documents/{id}/changelog/{revisionId} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 200,
  "timestamp": "2025-06-24T08:51:01.116Z",
  "message": "Success",
  "data": {
    "id": "7df90da4-0634-40b9-abf5-6e97a222cfb8",
    "documentChangelogId": "7df90da4-0634-40b9-abf5-6e97a222cfb8",
    "fieldName": "name",
    "originalValue": "Long-term Investments",
    "updatedValue": "Long-term Investments 1"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
revisionId
string
required

Query Parameters

tenantId
string
required

Response

200 - application/json

Document changelog revision details retrieved successfully

The response is of type object.