{ "opencollection": "1.0.0", "info": { "name": "Reonic REST Api v3 Activities Components API", "version": "3.2.0" }, "request": { "auth": { "type": "apikey", "key": "X-Authorization", "value": "{{X-Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Components", "type": "folder" }, "items": [ { "info": { "name": "List components", "type": "http" }, "http": { "method": "GET", "url": "{apiBaseUrl}/rest/v3/components", "headers": [ { "name": "Reonic-Cache-Control", "value": "" } ], "params": [ { "name": "componentType", "value": "", "type": "query", "description": "Filter by component type(s). Omit to include all types." }, { "name": "archived", "value": "", "type": "query", "description": "Controls whether archived components appear in results. Default: exclude." } ] }, "docs": "List all solar components.\n\n**Allowed API keys:** Read-only, Read and Write" }, { "info": { "name": "Get component", "type": "http" }, "http": { "method": "GET", "url": "{apiBaseUrl}/rest/v3/components/:componentId", "headers": [ { "name": "Reonic-Cache-Control", "value": "" } ], "params": [ { "name": "componentId", "value": "", "type": "path" } ] }, "docs": "Get a single solar component by its ID.\n\n**Allowed API keys:** Read-only, Read and Write" }, { "info": { "name": "Create component", "type": "http" }, "http": { "method": "POST", "url": "{apiBaseUrl}/rest/v3/components/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new component.\n\n**Allowed API keys:** Read and Write" }, { "info": { "name": "Update component", "type": "http" }, "http": { "method": "POST", "url": "{apiBaseUrl}/rest/v3/components/:componentId/update", "params": [ { "name": "componentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the basic fields of a solar component. Partial update: omitted fields are left unchanged.\n\n**Allowed API keys:** Read and Write" } ] } ], "bundled": true }