GET
/
v1
/
document-oversight-settings
/
{tenantId}
Get document oversight settings
curl --request GET \
  --url https://staging.api.us.aptlydone.com/settings/v1/document-oversight-settings/{tenantId} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 200,
  "timestamp": "2025-06-24T08:51:42.214Z",
  "message": "Success",
  "data": {
    "id": "ac9a39ad-9987-4ed6-996b-df3198762fa2",
    "tenantId": "4244d894-07df-4a9c-98cd-8759b60dd8d8",
    "owner": true,
    "responsibleAuthority": true,
    "approvalAuthority": true,
    "generateApprovalAction": true,
    "reviewerAuthority": true,
    "generateReviewAction": true,
    "createdAt": "2024-01-12T00:00:00.000Z",
    "updatedAt": "2024-01-12T00:00:00.000Z",
    "isApprovalActionExist": "true/false",
    "isReviewerActionExist": "true/false"
  }
}

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 oversight settings retrieved successfully

The response is of type object.