ReferenceTemplatesTemplateidVersions

    List template versions

    List template versions - GET /templates/{templateId}/versions. DocDealer REST API reference.

    GET
    /templates/{templateId}/versions

    Authorization

    bearerAuth
    AuthorizationBearer <token>

    In: header

    Path Parameters

    templateId*string

    Response Body

    application/json

    application/json

    application/json

    application/json

    curl -X GET "https://example.com/templates/string/versions"
    {  "versions": [    {      "calculatedHash": "string",      "changelog": "string",      "createdAt": "string",      "documentCount": 0,      "id": "string",      "templateId": "string",      "title": "string",      "version": 0    }  ]}