{ "opencollection": "1.0.0", "info": { "name": "SysAid REST ActionItems Utilities API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Utilities", "type": "folder" }, "items": [ { "info": { "name": "Retrieve available field indexes", "type": "http" }, "http": { "method": "GET", "url": "https://your-account.sysaidit.com/getindexes" }, "docs": "Retrieve available field indexes" }, { "info": { "name": "List custom fields", "type": "http" }, "http": { "method": "GET", "url": "https://your-account.sysaidit.com/getcustomfieldsinfolist" }, "docs": "List custom fields" }, { "info": { "name": "Get category hierarchy", "type": "http" }, "http": { "method": "GET", "url": "https://your-account.sysaidit.com/getcategories" }, "docs": "Get category hierarchy" } ] } ], "bundled": true }