{ "opencollection": "1.0.0", "info": { "name": "Labguru Antibodies SOPs API", "version": "v1" }, "items": [ { "info": { "name": "SOPs", "type": "folder" }, "items": [ { "info": { "name": "List all SOPs in your account", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/sops", "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 SOPs in your account" }, { "info": { "name": "Creates a SOP", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/sops", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a SOP" }, { "info": { "name": "Get SOP by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/sops/:id", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "SOP id" } ] }, "docs": "Get SOP by id" }, { "info": { "name": "Update SOP", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/sops/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "SOPs id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update SOP" }, { "info": { "name": "Delete SOP", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/sops/:id", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "SOP id" } ] }, "docs": "Delete SOP" } ] } ], "bundled": true }