Slite · Example Payload

Searchgroups

DocumentationKnowledge BaseCollaborationNotesTeamAsynchronous WorkAISearch

Searchgroups 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": "searchGroups",
  "method": "GET",
  "path": "/groups",
  "examples": {
    "response_200_Example_1": {
      "groups": [
        {
          "id": "groupId123",
          "name": "Developers",
          "description": "Group for all developer team members"
        }
      ],
      "total": 2,
      "hasNextPage": false,
      "nextCursor": null
    }
  }
}