Skip to main content
GET
https://api.stateset.com
/
v1
/
templates
curl --location --request GET 'https://api.stateset.com/v1/templates' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
    "id": 1
}'
{
  "id": 123,
  "name": "<string>",
  "description": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>"
}

Body

id
string
This is the id of the templates.

Response

id
number
This is the id of the templates.
name
string
This is the name of the templates.
description
string
This is the description of the templates.
created_at
string
This is the created_at of the templates.
updated_at
string
This is the updated_at of the templates.
curl --location --request GET 'https://api.stateset.com/v1/templates' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
    "id": 1
}'