{ "opencollection": "1.0.0", "info": { "name": "Labguru Antibodies API", "version": "v1" }, "items": [ { "info": { "name": "Antibodies", "type": "folder" }, "items": [ { "info": { "name": "List all antibodies in your account", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/antibodies", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "The default call is with page = 1" }, { "name": "meta", "value": "", "type": "query", "description": "Show summarized data information - true/false" } ] }, "docs": "List all antibodies.\n" }, { "info": { "name": "Create an antibody", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/antibodies", "body": { "type": "json", "data": "{}" } }, "docs": "Create an antibody.\n" }, { "info": { "name": "Get an antibody by ID", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/antibodies/:id", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "The ID of the antibody" } ] }, "docs": "Get an antibody by ID.\n" }, { "info": { "name": "Update an antibody", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/antibodies/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the antibody" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an antibody.\n" }, { "info": { "name": "Delete antibody", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/antibodies/:id", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "antibody id" } ] }, "docs": "Delete antibody" } ] } ], "bundled": true }