{ "opencollection": "1.0.0", "info": { "name": "Prosci Change Management ADKAR Assessments Stakeholders API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Stakeholders", "type": "folder" }, "items": [ { "info": { "name": "Prosci List stakeholders", "type": "http" }, "http": { "method": "GET", "url": "https://api.prosci.com/v1/projects/:projectId/stakeholders", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the change project" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip for pagination" }, { "name": "role", "value": "", "type": "query", "description": "Filter stakeholders by role" } ] }, "docs": "Retrieves stakeholders and impacted groups associated with a change project." }, { "info": { "name": "Prosci Add a stakeholder", "type": "http" }, "http": { "method": "POST", "url": "https://api.prosci.com/v1/projects/:projectId/stakeholders", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the change project" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new stakeholder or impacted group to a change project." } ] } ], "bundled": true }