Slite · Example Payload

List Index

DocumentationKnowledge BaseCollaborationNotesTeamAsynchronous WorkAISearch

List Index is an example object payload from Slite, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathexamples

Example Payload

Raw ↑
{
  "operationId": "list-index",
  "method": "GET",
  "path": "/ask/index",
  "examples": {
    "response_200_Example_1": {
      "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"
        }
      ]
    }
  }
}