OpenProject · Capability
OpenProject API V3 (Stable) — File links
OpenProject API V3 (Stable) — File links. 15 operations. Lead operation: Gets a file link.. Self-contained Naftiko capability covering one Openproject business surface.
What You Can Do
GET
Viewfilelink
— Gets a file link.
/v1/api/v3/file-links/{id}
DELETE
Deletefilelink
— Removes a file link.
/v1/api/v3/file-links/{id}
GET
Downloadfilelink
— Creates a download uri of the linked file.
/v1/api/v3/file-links/{id}/download
GET
Openfilelink
— Creates an opening uri of the linked file.
/v1/api/v3/file-links/{id}/open
GET
Liststorages
— Get Storages
/v1/api/v3/storages
POST
Createstorage
— Creates a storage.
/v1/api/v3/storages
GET
Getstorage
— Get a storage
/v1/api/v3/storages/{id}
PATCH
Updatestorage
— Update a storage
/v1/api/v3/storages/{id}
DELETE
Deletestorage
— Delete a storage
/v1/api/v3/storages/{id}
GET
Getstoragefiles
— Gets files of a storage.
/v1/api/v3/storages/{id}/files
POST
Preparestoragefileupload
— Preparation of a direct upload of a file to the given storage.
/v1/api/v3/storages/{id}/files/prepare-upload
POST
Createstoragefolder
— Creation of a new folder
/v1/api/v3/storages/{id}/folders
POST
Createstorageoauthcredentials
— Creates an oauth client credentials object for a storage.
/v1/api/v3/storages/{id}/oauth-client-credentials
POST
Createworkpackagefilelink
— Creates file links.
/v1/api/v3/work-packages/{id}/file-links
GET
Listworkpackagefilelinks
— Gets all file links of a work package
/v1/api/v3/work-packages/{id}/file-links
MCP Tools
gets-file-link
Gets a file link.
read-only
idempotent
removes-file-link
Removes a file link.
idempotent
creates-download-uri-linked-file
Creates a download uri of the linked file.
read-only
idempotent
creates-opening-uri-linked-file
Creates an opening uri of the linked file.
read-only
idempotent
get-storages
Get Storages
read-only
idempotent
creates-storage
Creates a storage.
get-storage
Get a storage
read-only
idempotent
update-storage
Update a storage
idempotent
delete-storage
Delete a storage
idempotent
gets-files-storage
Gets files of a storage.
read-only
idempotent
preparation-direct-upload-file-given
Preparation of a direct upload of a file to the given storage.
creation-new-folder
Creation of a new folder
creates-oauth-client-credentials-object
Creates an oauth client credentials object for a storage.
creates-file-links
Creates file links.
gets-all-file-links-work
Gets all file links of a work package
read-only
idempotent