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"
}
}
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"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Document changelog revision details retrieved successfully
The response is of type object
.