# Workspace Status Changes

Workspace Status Changes represent changes made to the status of a project.

## Fetching a list of Workspace Status Changes

 - [GET /workspace_status_changes](https://developer.kantata.com/kantata/specification/workspace-status-changes/get-workspace-status-changes.md): Returns all project status changes that are visible to the user for the passed project ID.


This endpoint returns structured Workspace Status Change objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the workspace_status_changes top-level JSON key.
Please see our Response Format section for more information.

## Creating a new Workspace Status Change

 - [POST /workspace_status_changes](https://developer.kantata.com/kantata/specification/workspace-status-changes/create-workspace-status-change.md): This endpoint returns structured Workspace Status Change objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the workspace_status_changes top-level JSON key.
Please see our Response Format section for more information.

## Fetching a single Workspace Status Change

 - [GET /workspace_status_changes/{id}](https://developer.kantata.com/kantata/specification/workspace-status-changes/get-workspace-status-change.md): Return the status change for the passed project status change ID.


This endpoint returns structured Workspace Status Change objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the workspace_status_changes top-level JSON key.
Please see our Response Format section for more information.

