{ "opencollection": "1.0.0", "info": { "name": "Reonic REST Api v3 Activities Planning Templates API", "version": "3.2.0" }, "request": { "auth": { "type": "apikey", "key": "X-Authorization", "value": "{{X-Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Planning Templates", "type": "folder" }, "items": [ { "info": { "name": "List planning templates", "type": "http" }, "http": { "method": "GET", "url": "{apiBaseUrl}/rest/v3/planningTemplates", "headers": [ { "name": "Reonic-Cache-Control", "value": "" } ], "params": [ { "name": "target", "value": "", "type": "query", "description": "Filter by planning templates matching at least one target." }, { "name": "inactive", "value": "", "type": "query", "description": "Controls whether inactive planning templates appear in results. Default: exclude." } ] }, "docs": "List all planning templates. A planning template is a small group of components that can be added to targeted planning sections when a project type or requirement calls for extra components.\n\n**Allowed API keys:** Read-only, Read and Write" }, { "info": { "name": "Get planning template", "type": "http" }, "http": { "method": "GET", "url": "{apiBaseUrl}/rest/v3/planningTemplates/:templateId", "headers": [ { "name": "Reonic-Cache-Control", "value": "" } ], "params": [ { "name": "templateId", "value": "", "type": "path" } ] }, "docs": "Get a single planning template by its ID.\n\n**Allowed API keys:** Read-only, Read and Write" }, { "info": { "name": "Create planning template", "type": "http" }, "http": { "method": "POST", "url": "{apiBaseUrl}/rest/v3/planningTemplates/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new planning template.\n\n**Allowed API keys:** Read and Write" }, { "info": { "name": "Update planning template", "type": "http" }, "http": { "method": "POST", "url": "{apiBaseUrl}/rest/v3/planningTemplates/:templateId/update", "params": [ { "name": "templateId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing planning template. Omit a field to leave it unchanged; send `null` on nullable fields to clear them.\n\n**Allowed API keys:** Read and Write" } ] } ], "bundled": true }