{ "opencollection": "1.0.0", "info": { "name": "CMS AB2D Articles Group API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Group", "type": "folder" }, "items": [ { "info": { "name": "Create Roster Group", "type": "http" }, "http": { "method": "POST", "url": "https://api.ab2d.cms.gov/api/v2/Group", "body": { "type": "json", "data": "{}" } }, "docs": "Create an attribution roster Group with member references to Patients." }, { "info": { "name": "Read Group", "type": "http" }, "http": { "method": "GET", "url": "https://api.ab2d.cms.gov/api/v2/Group/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path" } ] }, "docs": "Read Group" }, { "info": { "name": "Update Group", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ab2d.cms.gov/api/v2/Group/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Group" } ] } ], "bundled": true }