Small Improvements · Example Payload

Getallusingget Example

GET /v2/meeting-actions

meeting-actions-resource

Getallusingget Example is an example object payload from Small Improvements, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryoperationIdmethodpathtagsdescriptionparametersresponse

Example Payload

Raw ↑
{
  "summary": "getAll",
  "operationId": "getAllUsingGET",
  "method": "GET",
  "path": "/v2/meeting-actions",
  "tags": [
    "meeting-actions-resource"
  ],
  "description": "GET /v2/meeting-actions",
  "parameters": {
    "forUser": "<value>",
    "participants": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}