Small Improvements · Example Payload

Downloadusingget_2 Example

GET /v2/review/{id}/attachment/{attachmentId}

review-attachment-resource

Downloadusingget_2 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": "download",
  "operationId": "downloadUsingGET_2",
  "method": "GET",
  "path": "/v2/review/{id}/attachment/{attachmentId}",
  "tags": [
    "review-attachment-resource"
  ],
  "description": "GET /v2/review/{id}/attachment/{attachmentId}",
  "parameters": {
    "attachmentId": "<value>",
    "id": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}