Small Improvements · Example Payload

Getactionsitemsusingget Example

GET /v2/action-items

action-item-resource

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

Top-level fields

summaryoperationIdmethodpathtagsdescriptionresponse

Example Payload

Raw ↑
{
  "summary": "getActionsItems",
  "operationId": "getActionsItemsUsingGET",
  "method": "GET",
  "path": "/v2/action-items",
  "tags": [
    "action-item-resource"
  ],
  "description": "GET /v2/action-items",
  "response": {
    "status": 200,
    "description": "OK"
  }
}