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