{ "opencollection": "1.0.0", "info": { "name": "Prosci Change Management ADKAR Assessments API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "ADKAR Assessments", "type": "folder" }, "items": [ { "info": { "name": "Prosci List ADKAR assessments", "type": "http" }, "http": { "method": "GET", "url": "https://api.prosci.com/v1/projects/:projectId/adkar-assessments", "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": "stakeholderId", "value": "", "type": "query", "description": "Filter assessments by stakeholder identifier" }, { "name": "groupId", "value": "", "type": "query", "description": "Filter assessments by impacted group identifier" } ] }, "docs": "Retrieves ADKAR assessments for a specific project. ADKAR stands for Awareness, Desire, Knowledge, Ability, and Reinforcement." }, { "info": { "name": "Prosci Create an ADKAR assessment", "type": "http" }, "http": { "method": "POST", "url": "https://api.prosci.com/v1/projects/:projectId/adkar-assessments", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the change project" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new ADKAR assessment for a project, evaluating an individual or group across the five ADKAR dimensions." }, { "info": { "name": "Prosci Get an ADKAR assessment", "type": "http" }, "http": { "method": "GET", "url": "https://api.prosci.com/v1/projects/:projectId/adkar-assessments/:assessmentId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the change project" }, { "name": "assessmentId", "value": "", "type": "path", "description": "Unique identifier for the assessment" } ] }, "docs": "Retrieves a specific ADKAR assessment by identifier." }, { "info": { "name": "Prosci Update an ADKAR assessment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.prosci.com/v1/projects/:projectId/adkar-assessments/:assessmentId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the change project" }, { "name": "assessmentId", "value": "", "type": "path", "description": "Unique identifier for the assessment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing ADKAR assessment." } ] } ], "bundled": true }