{ "opencollection": "1.0.0", "info": { "name": "Commusoft Authentication Diary Events API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Diary Events", "type": "folder" }, "items": [ { "info": { "name": "List Diary Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.commusoft.com/api/v1/diary" }, "docs": "Retrieve calendar and scheduling diary events." }, { "info": { "name": "Create Diary Event", "type": "http" }, "http": { "method": "POST", "url": "https://api.commusoft.com/api/v1/diary", "body": { "type": "json", "data": "{}" } }, "docs": "Add a new diary event entry." }, { "info": { "name": "Get Diary Event", "type": "http" }, "http": { "method": "GET", "url": "https://api.commusoft.com/api/v1/diary/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "Unique identifier (UUID) of the record" } ] }, "docs": "Retrieve a specific diary event by UUID." }, { "info": { "name": "Update Diary Event", "type": "http" }, "http": { "method": "PUT", "url": "https://api.commusoft.com/api/v1/diary/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "Unique identifier (UUID) of the record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit an existing diary event identified by UUID." } ] } ], "bundled": true }