{ "opencollection": "1.0.0", "info": { "name": "Prosci Change Management ADKAR Assessments Projects API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Prosci List change projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.prosci.com/v1/projects", "params": [ { "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": "status", "value": "", "type": "query", "description": "Filter projects by status" }, { "name": "sponsorId", "value": "", "type": "query", "description": "Filter projects by executive sponsor identifier" } ] }, "docs": "Retrieves a paginated list of change management projects for the authenticated organization." }, { "info": { "name": "Prosci Create a change project", "type": "http" }, "http": { "method": "POST", "url": "https://api.prosci.com/v1/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new change management project." }, { "info": { "name": "Prosci Get a change project", "type": "http" }, "http": { "method": "GET", "url": "https://api.prosci.com/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the change project" } ] }, "docs": "Retrieves a specific change management project by identifier." }, { "info": { "name": "Prosci Update a change project", "type": "http" }, "http": { "method": "PUT", "url": "https://api.prosci.com/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the change project" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing change management project." }, { "info": { "name": "Prosci Delete a change project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.prosci.com/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier for the change project" } ] }, "docs": "Deletes a change management project and associated data." } ] } ], "bundled": true }