v1

latestOpenAPI 3.0.02026-07-2417611.8 MB
Authoring version

Retrieve the current version policy.

Use this endpoint to fetch the current version policy that determines how specific documents are versioned in the authoring system. Only the policy status is being returned at this point. <br />User roles: admin, manager, editor, viewer

get/authoring/v1/versions/policy

Response

Successfully retrieved version policy.

policy-statusstring

Flag that determines if the version policy is in effect; possible values - on, off, disabled.

Example response

{
  "policyStatus": "on"
}