{ "opencollection": "1.0.0", "info": { "name": "Evrim answers snapshots API", "version": "0.5.18" }, "items": [ { "info": { "name": "snapshots", "type": "folder" }, "items": [ { "info": { "name": "snapshots_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/snapshots/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "snapshots_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/snapshots/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this snapshot." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }