{ "opencollection": "1.0.0", "info": { "name": "Distru Public Assemblies Batches API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Batches", "type": "folder" }, "items": [ { "info": { "name": "List batches", "type": "http" }, "http": { "method": "GET", "url": "https://app.distru.com/public/v1/batches", "params": [ { "name": "page[number]", "value": "", "type": "query", "description": "1-based page number." }, { "name": "page[size]", "value": "", "type": "query", "description": "Page size (max 500 for most collections)." } ] }, "docs": "List batches" }, { "info": { "name": "Create a batch", "type": "http" }, "http": { "method": "POST", "url": "https://app.distru.com/public/v1/batches", "body": { "type": "json", "data": "{}" } }, "docs": "Create a batch" }, { "info": { "name": "Retrieve a batch", "type": "http" }, "http": { "method": "GET", "url": "https://app.distru.com/public/v1/batches/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a batch" } ] } ], "bundled": true }