Skip to main content
GET
/
v0
/
templates
/
system
List system templates
curl --request GET \
  --url https://api.tryarchitect.com/v0/templates/system
{
  "hasMore": true,
  "items": [
    {
      "createdAt": "<string>",
      "description": "<string>",
      "isEditable": true,
      "isSystem": true,
      "name": "<string>",
      "pageTemplateId": "<string>",
      "sourcePageTemplateId": "<string>",
      "templateContent": "<string>",
      "updatedAt": "<string>",
      "version": 123
    }
  ],
  "nextCursor": "<string>"
}

Query Parameters

cursor
string

cursor parameter

limit
number

Number of page groups to return (1-100, default 20)

Response

200 - application/json

Successful operation

hasMore
boolean
required
items
object[]
required
nextCursor
string