{ "opencollection": "1.0.0", "info": { "name": "Labguru Antibodies Reports API", "version": "v1" }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "List all reports in your account", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/reports", "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 reports in your account" }, { "info": { "name": "Add a report", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/reports", "body": { "type": "json", "data": "{}" } }, "docs": "Add a report" }, { "info": { "name": "Add section to report", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/reports/add_section_to_report", "body": { "type": "json", "data": "{}" } }, "docs": "Add section to report" }, { "info": { "name": "Add cover to report", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/reports/add_cover_to_report", "body": { "type": "json", "data": "{}" } }, "docs": "Add cover to report" }, { "info": { "name": "Get report by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/reports/:id", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "report id" } ] }, "docs": "Get report by id" }, { "info": { "name": "Update reports attributes", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/reports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "report id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update reports attributes" }, { "info": { "name": "Copy section to report", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/reports/copy_section", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint copies a section to a report.\n\nSections can be copied only from experiments or protocols.\n" } ] } ], "bundled": true }