Small Improvements · Example Payload

Getbycontaineridusingget Example

GET /v2/reaction/{containerId}

reaction-resource

Getbycontaineridusingget 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": "getByContainerId",
  "operationId": "getByContainerIdUsingGET",
  "method": "GET",
  "path": "/v2/reaction/{containerId}",
  "tags": [
    "reaction-resource"
  ],
  "description": "GET /v2/reaction/{containerId}",
  "parameters": {
    "containerId": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}