v1
latestOpenAPI 3.1.02026-07-24560263.9 KBListar Modelos
Lista todos os Modelos de sua conta.
get/templates
Headers
Authorizationstring
Access Token gerado pelo gestor da conta
Content-type'application/vnd.api+json'
Content-type padrão para todas requisições JSON:API
Response
200
Example response
{
"data": [
{
"id": "6f600792-46c3-4760-8f85-0b4f88608583",
"type": "templates",
"links": {
"self": "https://sandbox.clicksign.com/api/v3/templates/6f600792-46c3-4760-8f85-0b4f88608583",
"files": {
"original": "https://sandbox.clicksign.com/media/W1siZiIsIjIwMjQvMDMvMjEvMTQvNTUvMzkvMGM5YjdkMTgtNThiNi00YWM0LWE1NDUtNzFkZDlhYzQyODA1L2ZpbGUuZG9jIl1d/file.doc?sha=dfd8f507688ddfff"
}
},
"attributes": {
"name": "Template Review 2",
"color": "#577b8d",
"created": "2024-03-21T11:55:39.500-03:00",
"modified": "2024-03-21T11:55:39.500-03:00"
}
}
],
"meta": {
"record_count": 1
},
"links": {
"first": "https://sandbox.clicksign.com/api/v3/templates?page%5Bnumber%5D=1&page%5Bsize%5D=20",
"last": "https://sandbox.clicksign.com/api/v3/templates?page%5Bnumber%5D=1&page%5Bsize%5D=20"
}
}