dispatch_project_sub_statuses_list
Find project sub-status definitions by parent status, IDs, name, active state, or date ranges. Use these records to refine project status tracking.
Instructions
Search one page of project sub-status definitions by parent status, IDs, name, active state, or date ranges. Returned records refine a project's status; use dispatch_project_statuses_list for the parent status catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated sub-status IDs (maximum 50) | |
| name | No | Filter by project sub-status name | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, Name, Order, StatusId, ModifiedOn, CreatedOn | |
| active | No | Filter by active status | True |
| pageSize | No | Records per page (default 50) | |
| statusId | No | Filter by parent project status ID | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | Return items created before this UTC timestamp | |
| modifiedBefore | No | Return items modified before this UTC timestamp | |
| createdOnOrAfter | No | Return items created on or after this UTC timestamp | |
| modifiedOnOrAfter | No | Return items modified on or after this UTC timestamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||