Skip to main content
GET
/
v1
/
pages
List pages
curl --request GET \
  --url https://api.domo.com/v1/pages \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 1682608296,
    "name": "Data Apps",
    "children": [
      {
        "id": 1289810845,
        "name": "Store Location Competitive Analysis",
        "children": []
      }
    ]
  },
  {
    "id": 1507324998,
    "name": "DDX",
    "children": [
      {
        "id": 421939226,
        "name": "Custom Charts",
        "children": [
          {
            "id": 420470310,
            "name": "Chart.js",
            "children": []
          },
          {
            "id": 1897534827,
            "name": "D3",
            "children": []
          },
          {
            "id": 1855548025,
            "name": "ECharts",
            "children": []
          },
          {
            "id": 965575609,
            "name": "Pheonix",
            "children": []
          },
          {
            "id": 779231725,
            "name": "Plotly",
            "children": []
          },
          {
            "id": 1786821358,
            "name": "Vega-Lite",
            "children": []
          }
        ]
      },
      {
        "id": 171609943,
        "name": "Custom Filters",
        "children": []
      },
      {
        "id": 421696155,
        "name": "Custom Maps",
        "children": [
          {
            "id": 1174121205,
            "name": "ArcGIS",
            "children": []
          },
          {
            "id": 151681390,
            "name": "D3",
            "children": []
          },
          {
            "id": 1029622927,
            "name": "Mapbox",
            "children": []
          },
          {
            "id": 865628029,
            "name": "Pheonix",
            "children": []
          }
        ]
      },
      {
        "id": 1248531551,
        "name": "Custom Navigation",
        "children": [
          {
            "id": 716038612,
            "name": "Tabs Navigation",
            "children": []
          },
          {
            "id": 1866197662,
            "name": "Tree Map Navigation",
            "children": []
          }
        ]
      },
      {
        "id": 1379787593,
        "name": "Custom Text",
        "children": []
      },
      {
        "id": 1576024568,
        "name": "Data Exploration",
        "children": []
      },
      {
        "id": 1170734417,
        "name": "Data Input",
        "children": []
      },
      {
        "id": 2089932956,
        "name": "Generic DDX Templates",
        "children": []
      },
      {
        "id": 998873929,
        "name": "Images",
        "children": []
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer

The amount of pages to return in the list. The default is 50 and the maximum is 500.

offset
integer

The offset of the page ID to begin list of pages within the response.

Response

200 - application/json

Returns all page objects that meet argument criteria from original request.

id
integer
name
string
children
object[]