{ "opencollection": "1.0.0", "info": { "name": "Prosci Change Management ADKAR Assessments Change Plans API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Change Plans", "type": "folder" }, "items": [ { "info": { "name": "Prosci List change plans", "type": "http" }, "http": { "method": "GET", "url": "https://api.prosci.com/v1/projects/:projectId/change-plans", "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": "planType", "value": "", "type": "query", "description": "Filter by plan type" } ] }, "docs": "Retrieves change management plans for a project, including communications, sponsorship, coaching, training, and resistance management plans." }, { "info": { "name": "Prosci Create a change plan", "type": "http" }, "http": { "method": "POST", "url": "https://api.prosci.com/v1/projects/:projectId/change-plans", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the change project" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new change management plan for a project." }, { "info": { "name": "Prosci Get a change plan", "type": "http" }, "http": { "method": "GET", "url": "https://api.prosci.com/v1/projects/:projectId/change-plans/:planId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the change project" }, { "name": "planId", "value": "", "type": "path", "description": "Unique identifier for the change plan" } ] }, "docs": "Retrieves a specific change management plan by identifier." }, { "info": { "name": "Prosci Update a change plan", "type": "http" }, "http": { "method": "PUT", "url": "https://api.prosci.com/v1/projects/:projectId/change-plans/:planId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the change project" }, { "name": "planId", "value": "", "type": "path", "description": "Unique identifier for the change plan" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing change management plan." } ] } ], "bundled": true }