WorkOrderGetByUser
Version: v1.1.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
WorkOrderGetByUser
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
user_id | str | ✅ | — | — |
page_size | int | ❌ | 15 | — |
page_index | int | ❌ | 0 | — |
tag_id | str | ❌ | — | — |
due_date | str | ❌ | — | — |
status | List[str] | ❌ | — | — |
department | List[str] | ❌ | — | — |
only_show_completed | bool | ❌ | — | — |
time_zone | str | ❌ | Pacific/Auckland | — |
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.1.0 · 2025-07-24 · Olaniyi Ajayi · 8ccd03db6
update get task
- Added optional field
department. - Added optional field
due_date. - Added optional field
only_show_completed. - Added optional field
tag_id.
v1.0.0 · 2025-07-22 · Olaniyi Ajayi · 28257f990
get my tasks
- Initial version.
Generated from
dismantly-backend/Microservices/WorkOrder/dependencies/models.py. Do not edit by hand.