List of templates linked to a user

Latest update: October 31st, 2019

The following use case is assumed:

  • Owner of the group: available only to users in the authorized group for the API requesting the service.
Description
SERVICE TEMPLATE LIST USERCODE
URL /api/v3/template/list/{userCode}
SECURITY YES
METHOD GET
RESPONSE 200: HTTP status code 200/OK – Request received

Response content type: application/json Where you will find the object list TEMPLATELIST.

    [
     {
       "code": "string",
       "title": "string",
       "description": "string",
       "creationDate": "string", (optional)
       "groups": "string", (optional)
       "onlyWacom": true, (optional)
       "version": "string"
     }
    ]

Alternative responses in case of error: HTTP status codes other than 200/OK will be returned. In that case a JSON describing the problem will always be returned:

    {
      "code": "string",
      "type": "string",
      "message": "string",
      "trace" : "string"
    }

results matching ""

    No results matching ""