ReferenceV1
List Templates
Query Parameters
template_type?|
status?|
limit?integer
Default
100Range
1 <= value <= 100offset?integer
Default
0Range
0 <= valueHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/templates"{
"templates": [
{
"createdAt": "2019-08-24T14:15:22Z",
"definition": {},
"description": "string",
"displayName": "string",
"iconUrl": "string",
"id": "string",
"inputDefaults": {},
"inputJsonSchema": {},
"isActive": true,
"kind": "string",
"slug": "string",
"status": "draft",
"templateType": "connection",
"updatedAt": "2019-08-24T14:15:22Z",
"version": 0
}
],
"total": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}