Small Improvements · Example Payload

Downloadusingget_1 Example

GET /v2/meetings/{meetingId}/attachments/{attachmentId}

meeting-attachment-resource

Downloadusingget_1 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_1",
  "method": "GET",
  "path": "/v2/meetings/{meetingId}/attachments/{attachmentId}",
  "tags": [
    "meeting-attachment-resource"
  ],
  "description": "GET /v2/meetings/{meetingId}/attachments/{attachmentId}",
  "parameters": {
    "attachmentId": "<value>",
    "meetingId": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}