/api/templatesRole: ViewerWorkspace
The card templates of a workspace.
Query parameters
Request
curl -s "http://localhost:3000/api/templates?tenant=cmsp4djx60002p801o7ybpkv7" \
-H "Authorization: Bearer $TOKEN"Response200
[
{
"id": "cmttg1vps0013lf01zl4o2xmp",
"name": "Bug reportado",
"title": "[BUG] ",
"description": "## Passos\n1. \n\n## Esperado\n",
"columnId": "cmttg1vdl000tlf01uuqhz8ad",
"tagIds": ["cmttg1vnk0011lf01q0eswms5"]
}
]