OpenProject · Capability
OpenProject API V3 (Stable) — Attachments
OpenProject API V3 (Stable) — Attachments. 13 operations. Lead operation: List attachments by activity. Self-contained Naftiko capability covering one Openproject business surface.
What You Can Do
GET
Listactivityattachments
— List attachments by activity
/v1/api/v3/activities/{id}/attachments
POST
Createactivityattachment
— Add attachment to activity
/v1/api/v3/activities/{id}/attachments
POST
Createattachment
— Create Attachment
/v1/api/v3/attachments
DELETE
Deleteattachment
— Delete attachment
/v1/api/v3/attachments/{id}
GET
Viewattachment
— View attachment
/v1/api/v3/attachments/{id}
GET
Listattachmentsbymeeting
— List attachments by meeting
/v1/api/v3/meetings/{id}/attachments
POST
Addattachmenttomeeting
— Add attachment to meeting
/v1/api/v3/meetings/{id}/attachments
GET
Listattachmentsbypost
— List attachments by post
/v1/api/v3/posts/{id}/attachments
POST
Addattachmenttopost
— Add attachment to post
/v1/api/v3/posts/{id}/attachments
GET
Listattachmentsbywikipage
— List attachments by wiki page
/v1/api/v3/wiki-pages/{id}/attachments
POST
Addattachmenttowikipage
— Add attachment to wiki page
/v1/api/v3/wiki-pages/{id}/attachments
GET
Listworkpackageattachments
— List attachments by work package
/v1/api/v3/work-packages/{id}/attachments
POST
Createworkpackageattachment
— Create work package attachment
/v1/api/v3/work-packages/{id}/attachments
MCP Tools
list-attachments-activity
List attachments by activity
read-only
idempotent
add-attachment-activity
Add attachment to activity
create-attachment
Create Attachment
delete-attachment
Delete attachment
idempotent
view-attachment
View attachment
read-only
idempotent
list-attachments-meeting
List attachments by meeting
read-only
idempotent
add-attachment-meeting
Add attachment to meeting
list-attachments-post
List attachments by post
read-only
idempotent
add-attachment-post
Add attachment to post
list-attachments-wiki-page
List attachments by wiki page
read-only
idempotent
add-attachment-wiki-page
Add attachment to wiki page
list-attachments-work-package
List attachments by work package
read-only
idempotent
create-work-package-attachment
Create work package attachment