{ "opencollection": "1.0.0", "info": { "name": "ProcessMaker Platform RESTful Environment Variables Settings API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "Returns all system settings", "type": "http" }, "http": { "method": "GET", "url": "https://{organization}.processmaker.net/api/1.0/settings", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.\n" }, { "name": "order_by", "value": "", "type": "query", "description": "Field to order results by" }, { "name": "order_direction", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "Returns all system settings" }, { "info": { "name": "Update a setting", "type": "http" }, "http": { "method": "PUT", "url": "https://{organization}.processmaker.net/api/1.0/settings/:setting_id", "params": [ { "name": "setting_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a setting" } ] } ], "bundled": true }