Skip to main content
GET
/
api
/
Automation
/
templates
/
all
Get All Automation Templates.
curl --request GET \
  --url https://api.example.com/api/Automation/templates/all
[
  {
    "id": 123,
    "name": "<string>"
  }
]

Response

200 - application/json

OK

id
integer<int64>
name
string | null