{ "opencollection": "1.0.0", "info": { "name": "UpKeep Assets Preventive Maintenance API", "version": "2022-09-14" }, "request": { "auth": { "type": "apikey", "key": "session-token", "value": "{{session-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Preventive Maintenance", "type": "folder" }, "items": [ { "info": { "name": "List Preventive Maintenances", "type": "http" }, "http": { "method": "GET", "url": "https://api.onupkeep.com/api/v2/preventive-maintenances", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of preventive maintenance schedules." }, { "info": { "name": "Create Preventive Maintenance", "type": "http" }, "http": { "method": "POST", "url": "https://api.onupkeep.com/api/v2/preventive-maintenances", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new preventive maintenance schedule." }, { "info": { "name": "Get Preventive Maintenance", "type": "http" }, "http": { "method": "GET", "url": "https://api.onupkeep.com/api/v2/preventive-maintenances/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific preventive maintenance schedule." }, { "info": { "name": "Update Preventive Maintenance", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.onupkeep.com/api/v2/preventive-maintenances/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a preventive maintenance schedule." }, { "info": { "name": "Delete Preventive Maintenance", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.onupkeep.com/api/v2/preventive-maintenances/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a preventive maintenance schedule." } ] } ], "bundled": true }