ReferenceTemplates

    List accessible templates

    List accessible templates - GET /templates. DocDealer REST API reference.

    GET
    /templates

    Authorization

    bearerAuth
    AuthorizationBearer <token>

    In: header

    Query Parameters

    all?string

    Response Body

    application/json

    application/json

    curl -X GET "https://example.com/templates"
    {  "templates": [    {      "category": "string",      "createdAt": "string",      "description": "string",      "id": "string",      "role": "string",      "tags": [        "string"      ],      "title": "string",      "updatedAt": "string"    }  ]}