Slite · Example Payload

Index

DocumentationKnowledge BaseCollaborationNotesTeamAsynchronous WorkAISearch

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": "index",
  "method": "POST",
  "path": "/ask/index",
  "examples": {
    "response_200_Example_1": {
      "title": "Onboarding",
      "url": "https://slite.slite.page/p/S1TSuHnZf/Security-at-Slite",
      "id": "S1TSuHnZf",
      "updatedAt": "2021-01-01T00:00:00.000Z"
    }
  }
}