{ "opencollection": "1.0.0", "info": { "name": "WTW HR Portal Benefits Content API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Content", "type": "folder" }, "items": [ { "info": { "name": "List Content", "type": "http" }, "http": { "method": "GET", "url": "https://api.wtwco.com/hrportal/v1/content", "params": [ { "name": "type", "value": "", "type": "query", "description": "Filter by content type" }, { "name": "audience", "value": "", "type": "query", "description": "Filter by target audience segment" }, { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns a list of HR content articles and communications." }, { "info": { "name": "Create Content", "type": "http" }, "http": { "method": "POST", "url": "https://api.wtwco.com/hrportal/v1/content", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new HR content item or communication." }, { "info": { "name": "Get Content", "type": "http" }, "http": { "method": "GET", "url": "https://api.wtwco.com/hrportal/v1/content/:contentId", "params": [ { "name": "contentId", "value": "", "type": "path" } ] }, "docs": "Retrieve a specific content item." }, { "info": { "name": "Update Content", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wtwco.com/hrportal/v1/content/:contentId", "params": [ { "name": "contentId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing content item." } ] } ], "bundled": true }