Small Improvements · Example Payload

Getusersdownloadablefilesusingget Example

GET /v2/downloadable-file

downloadable-file-resource

Getusersdownloadablefilesusingget 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": "getUsersDownloadableFiles",
  "operationId": "getUsersDownloadableFilesUsingGET",
  "method": "GET",
  "path": "/v2/downloadable-file",
  "tags": [
    "downloadable-file-resource"
  ],
  "description": "GET /v2/downloadable-file",
  "parameters": {
    "from": "<value>",
    "limit": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}