OpenProject · Capability
OpenProject API V3 (Stable) — Work Schedule
OpenProject API V3 (Stable) — Work Schedule. 11 operations. Lead operation: Lists days. Self-contained Naftiko capability covering one Openproject business surface.
What You Can Do
GET
Listdays
— Lists days
/v1/api/v3/days
GET
Listnonworkingdays
— Lists all non working days
/v1/api/v3/days/non-working
POST
Createnonworkingday
— Creates a non-working day (NOT IMPLEMENTED)
/v1/api/v3/days/non-working
GET
Viewnonworkingday
— View a non-working day
/v1/api/v3/days/non-working/{date}
PATCH
Updatenonworkingday
— Update a non-working day attributes (NOT IMPLEMENTED)
/v1/api/v3/days/non-working/{date}
DELETE
Deletenonworkingday
— Removes a non-working day (NOT IMPLEMENTED)
/v1/api/v3/days/non-working/{date}
GET
Listweekdays
— Lists week days
/v1/api/v3/days/week
PATCH
Updateweekdays
— Update week days (NOT IMPLEMENTED)
/v1/api/v3/days/week
GET
Viewweekday
— View a week day
/v1/api/v3/days/week/{day}
PATCH
Updateweekday
— Update a week day attributes (NOT IMPLEMENTED)
/v1/api/v3/days/week/{day}
GET
Viewday
— View day
/v1/api/v3/days/{date}
MCP Tools
lists-days
Lists days
read-only
idempotent
lists-all-non-working-days
Lists all non working days
read-only
idempotent
creates-non-working-day-not
Creates a non-working day (NOT IMPLEMENTED)
view-non-working-day
View a non-working day
read-only
idempotent
update-non-working-day-attributes
Update a non-working day attributes (NOT IMPLEMENTED)
idempotent
removes-non-working-day-not
Removes a non-working day (NOT IMPLEMENTED)
idempotent
lists-week-days
Lists week days
read-only
idempotent
update-week-days-not-implemented
Update week days (NOT IMPLEMENTED)
idempotent
view-week-day
View a week day
read-only
idempotent
update-week-day-attributes-not
Update a week day attributes (NOT IMPLEMENTED)
idempotent
view-day
View day
read-only
idempotent