Slite · Example Payload

Getgroupbyid

DocumentationKnowledge BaseCollaborationNotesTeamAsynchronous WorkAISearch

Getgroupbyid 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": "getGroupById",
  "method": "GET",
  "path": "/groups/{groupId}",
  "examples": {
    "response_200_Example_1": {
      "id": "groupId123",
      "name": "Developers",
      "description": "Group for all developer team members"
    }
  }
}