{ "opencollection": "1.0.0", "info": { "name": "Prosci Change Management ADKAR Assessments PCT Assessments API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "PCT Assessments", "type": "folder" }, "items": [ { "info": { "name": "Prosci List PCT assessments", "type": "http" }, "http": { "method": "GET", "url": "https://api.prosci.com/v1/projects/:projectId/pct-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" } ] }, "docs": "Retrieves Prosci Change Triangle (PCT) assessments for a project, evaluating Leadership/Sponsorship, Project Management, and Change Management dimensions." }, { "info": { "name": "Prosci Create a PCT assessment", "type": "http" }, "http": { "method": "POST", "url": "https://api.prosci.com/v1/projects/:projectId/pct-assessments", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the change project" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Prosci Change Triangle assessment for a project." } ] } ], "bundled": true }