{ "opencollection": "1.0.0", "info": { "name": "SysAid REST ActionItems Groups API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "List all groups (paginated)", "type": "http" }, "http": { "method": "GET", "url": "https://your-account.sysaidit.com/getgroups" }, "docs": "List all groups (paginated)" }, { "info": { "name": "Create new group", "type": "http" }, "http": { "method": "POST", "url": "https://your-account.sysaidit.com/creategroup" }, "docs": "Create new group" }, { "info": { "name": "Retrieve group by ID", "type": "http" }, "http": { "method": "GET", "url": "https://your-account.sysaidit.com/getgroup" }, "docs": "Retrieve group by ID" }, { "info": { "name": "List group members", "type": "http" }, "http": { "method": "GET", "url": "https://your-account.sysaidit.com/getgroupmembers" }, "docs": "List group members" } ] } ], "bundled": true }