{ "opencollection": "1.0.0", "info": { "name": "JLL Corrigo Enterprise REST Assets Work Orders API", "version": "1.0" }, "items": [ { "info": { "name": "Work Orders", "type": "folder" }, "items": [ { "info": { "name": "Query work orders", "type": "http" }, "http": { "method": "POST", "url": "https://am-ce98c.corrigo.com/api/v1/query/WorkOrder", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves a filtered list of work orders from the Corrigo Enterprise platform based on specified query criteria." }, { "info": { "name": "Create a work order", "type": "http" }, "http": { "method": "POST", "url": "https://am-ce98c.corrigo.com/api/v1/command/WorkOrder", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new work order in the Corrigo Enterprise system for facility maintenance or service requests." } ] } ], "bundled": true }