{ "opencollection": "1.0.0", "info": { "name": "TargetSolutions Courses Credential Categories API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "AccessToken", "value": "{{AccessToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Credential Categories", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all credential categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.targetsolutions.com/v1/sites/categories/credential", "params": [ { "name": "q", "value": "", "type": "query", "description": "JSON search filter, e.g. q={\"key\":\"value\"} (documented in the developer portal FAQ)." } ] }, "docs": "Retrieve all credential categories." }, { "info": { "name": "Retrieve site credential categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.targetsolutions.com/v1/sites/:siteid/categories/credential", "params": [ { "name": "siteid", "value": "", "type": "path", "description": "Site identifier" } ] }, "docs": "Retrieve site credential categories." }, { "info": { "name": "Retrieve a credential category", "type": "http" }, "http": { "method": "GET", "url": "https://api.targetsolutions.com/v1/sites/categories/credential/:categoryid", "params": [ { "name": "categoryid", "value": "", "type": "path", "description": "Category identifier" } ] }, "docs": "Retrieve a credential category." }, { "info": { "name": "Retrieve a site credential category", "type": "http" }, "http": { "method": "GET", "url": "https://api.targetsolutions.com/v1/sites/:siteid/categories/credential/:categoryid", "params": [ { "name": "siteid", "value": "", "type": "path", "description": "Site identifier" }, { "name": "categoryid", "value": "", "type": "path", "description": "Category identifier" } ] }, "docs": "Retrieve a site credential category." } ] } ], "bundled": true }