cURL
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>" }
List system templates with pagination
cursor parameter
Number of page groups to return (1-100, default 20)
Successful operation
Show child attributes
Was this page helpful?