{ "opencollection": "1.0.0", "info": { "name": "Reonic REST Api v3 Activities Checklists API", "version": "3.2.0" }, "request": { "auth": { "type": "apikey", "key": "X-Authorization", "value": "{{X-Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Checklists", "type": "folder" }, "items": [ { "info": { "name": "Get checklist for a project", "type": "http" }, "http": { "method": "GET", "url": "{apiBaseUrl}/rest/v3/checklists/:projectId", "headers": [ { "name": "Reonic-Cache-Control", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Returns the active checklist for a residential or commercial project from only projectId, structured as `blocks → segments → items`.\n\n**Allowed API keys:** Read-only, Read and Write" }, { "info": { "name": "Export a project's checklist as a PDF", "type": "http" }, "http": { "method": "POST", "url": "{apiBaseUrl}/rest/v3/projects/:projectId/checklist/export", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Starts generating a PDF export of the active checklist for a residential or commercial project. Generation runs in the background and the finished PDF is stored as a file on the project. If you subscribe to the `projectChecklist_pdfGenerated` webhook, an event carrying the file reference is emitted once it is ready.\n\n**Allowed API keys:** Read and Write" } ] } ], "bundled": true }