{ "opencollection": "1.0.0", "info": { "name": "Evrim answers collections API", "version": "0.5.18" }, "items": [ { "info": { "name": "collections", "type": "folder" }, "items": [ { "info": { "name": "collections_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/collections/", "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": "collections_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/prod/v0/collections/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "collections_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/collections/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this collection." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "collections_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/prod/v0/collections/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this collection." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "collections_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/prod/v0/collections/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this collection." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "collections_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/prod/v0/collections/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this collection." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }