GET
/
v1
/
document-management-settings
/
{tenantId}
List document management settings
curl --request GET \
  --url https://staging.api.us.aptlydone.com/settings/v1/document-management-settings/{tenantId} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 200,
  "timestamp": "2025-06-24T08:51:42.214Z",
  "message": "Success",
  "data": {
    "id": "f0a7dcc5-3c55-4f1f-a425-6011cf666210",
    "tenantId": "5cc18cdb-c769-45dc-a20d-84960d447e60",
    "linkDocuments": true,
    "uploadDocuments": true,
    "documentEditing": false,
    "documentTypeEnabled": true,
    "documentVersioningEnabled": true,
    "documentOversightEnabled": true,
    "documentGenerationEnabled": true,
    "documentGenerationOverview": true,
    "documentGenerationAuthorities": true,
    "documentExternalSharing": true,
    "documentRequirePassword": true,
    "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

tenantId
string
required

Response

200 - application/json

Document management settings retrieved successfully

The response is of type object.