{ "opencollection": "1.0.0", "info": { "name": "Labguru Antibodies Links API", "version": "v1" }, "items": [ { "info": { "name": "Links", "type": "folder" }, "items": [ { "info": { "name": "Get link by uuid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/links", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "item_uuid", "value": "", "type": "query", "description": "A unique identifier of the link, Provide a UUID value." } ] }, "docs": "Get link by uuid" }, { "info": { "name": "Creates a link", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/links", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a link" }, { "info": { "name": "Get link by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/links/:id", "params": [ { "name": "token", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path", "description": "link id" } ] }, "docs": "Get link by id" }, { "info": { "name": "Update a link", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/links/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "link id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a link" } ] } ], "bundled": true }