Get changes by filter
POST https://{tenant}.atomicwork.com/api/v1/workspaces/{workspace_id}/change-management/changes/list
Filtering
The request body is an array of filter objects. Send an empty array ([]) to retrieve all records.
Each filter object has the following fields:
| Field | Type | Description |
|---|---|---|
attribute | string | The field to filter on (see Supported attributes below) |
operator | string | Comparison operator (see Available operators below) |
values | array | One or more objects |