GET
/
super
/
index
List custom content
curl --request GET \
  --url https://api.super.work/v1/super/index \
  --header 'Authorization: Bearer <token>'
{
  "nbPages": 2,
  "page": 0,
  "hits": [
    {
      "title": "Onboarding",
      "url": "https://slite.slite.page/p/S1TSuHnZf/Security-at-Slite",
      "id": "S1TSuHnZf",
      "updatedAt": "2021-01-01T00:00:00.000Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

rootId
string
required

Root id of the object to gather sources from. This should be created from the UI as a new custom data source.

page
integer

Used to perform pagination on search

Required range: x >= 0
hitsPerPage
integer

Specify how many notes to return per page

Required range: 1 <= x <= 100

Response

200
application/json

Ok

The response is of type object.