GET
/
{team_id}
/
pages
Get all pages
curl --request GET \
  --url https://api.superthread.com/v1/{team_id}/pages
{
  "cursor": "dmsjqh9d8w1hdjosjaasda",
  "count": 14,
  "page_order": [
    {}
  ],
  "archive_page_order": [
    {}
  ],
  "pages": [
    {
      "id": "43",
      "alias_id": "93738022-c193-494e-95a4-fc3e4346b5e1",
      "title": "Team Page",
      "font": "sans",
      "icon": {
        "type": "image",
        "src": "data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==",
        "blurhash": "LEHV6nWB2yk8pyoJadR*.7kCMdnj",
        "color": "black",
        "emoji": "thumbsup"
      },
      "content": "<string>",
      "schema": 1,
      "collaboration": {
        "token": "<string>"
      },
      "project_id": "1",
      "cover_image": {
        "type": "image",
        "src": "data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==",
        "blurhash": "LEHV6nWB2yk8pyoJadR*.7kCMdnj",
        "color": "black",
        "emoji": "thumbsup",
        "positionY": 123
      },
      "user_id": "u-dsu0j19",
      "user_id_updated": "u-dsu0j19",
      "user": {
        "user_id": "uDsu0j19",
        "type": "user",
        "source": {
          "type": "oauth",
          "client_id": "oczapier",
          "import_id": "bf1b9f76-3f95-42fc-bd7f-050b2f5f4197",
          "agent_id": "bf1b9f76-3f95-42fc-bd7f-050b2f5f4197",
          "email_addr": "[email protected]",
          "email_verified": false
        }
      },
      "user_updated": {
        "user_id": "uDsu0j19",
        "type": "user",
        "source": {
          "type": "oauth",
          "client_id": "oczapier",
          "import_id": "bf1b9f76-3f95-42fc-bd7f-050b2f5f4197",
          "agent_id": "bf1b9f76-3f95-42fc-bd7f-050b2f5f4197",
          "email_addr": "[email protected]",
          "email_verified": false
        }
      },
      "team_id": "teu-dsu0j19",
      "time_created": 1608742037016,
      "time_updated": 1608742037016,
      "members": [
        {
          "user_id": "u-dsu0j19",
          "assigned_date": 1608742037016,
          "role": "admin"
        }
      ],
      "bookmarked": false,
      "archived": {
        "user_id": "uDsu0j19",
        "time_archived": 1608742037016,
        "parent_page_id": "<string>"
      },
      "is_public": false,
      "public_settings": {
        "url": "https://pages.superthread.com/t/team/p/1",
        "robots": [
          "all"
        ]
      },
      "total_comments": 3,
      "is_watching": true,
      "is_bookmarked": true,
      "hide_table_of_contents": true,
      "hide_subpages": true
    }
  ]
}

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

Query Parameters

project_id
string

Project ID is a numerical string that identifies a Project. This is externally referred to as a "Space".

archived
boolean
updated_recently
boolean

Response

200
application/json

Array of project pages visible to current user

The response is of type object.