GET
/
v1
/
document-versioning
/
{id}
Get document versioning field
curl --request GET \
  --url https://staging.api.us.aptlydone.com/settings/v1/document-versioning/{id} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 200,
  "timestamp": "2025-06-24T08:51:42.214Z",
  "message": "Success",
  "data": {
    "id": "093c6723-6686-49f4-9cea-064e1c39ec2c",
    "tenantId": "0960c978-8c29-467c-ae8d-a2f577fb3d53",
    "fieldName": "Version Number",
    "fieldType": "string",
    "status": true,
    "isDefault": false,
    "isDeleted": false,
    "createdAt": "2024-01-12T00:00:00.000Z",
    "updatedAt": "2024-01-12T00:00:00.000Z"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/json

Document versioning field details retrieved successfully

The response is of type object.