Skip to main content
GET
/
v0
/
page_groups
List page groups
curl --request GET \
  --url https://api.tryarchitect.com/v0/page_groups
{
  "hasMore": true,
  "items": [
    {
      "actions": [
        "<any>"
      ],
      "brandId": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "deletedAt": "2023-11-07T05:31:56Z",
      "footerLinks": [
        "<any>"
      ],
      "headerActionId": "<string>",
      "name": "<string>",
      "pageContext": "<string>",
      "pageGroupId": "<string>",
      "pagesCount": 123,
      "pageTemplateId": "<string>",
      "scripts": [
        "<any>"
      ],
      "status": "<string>",
      "tenantId": "<string>",
      "title": "<string>",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "limit": 123,
  "nextCursor": "<string>"
}

Query Parameters

cursor
string

cursor parameter

limit
number

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

status
string

status parameter

Response

200 - application/json

Successful operation

hasMore
boolean
required
items
object[]
required
limit
number
required
nextCursor
string