Skip to content

Managing files

Tallyfy’s API allows you to upload files and associate them with tasks or kick-off forms.

Refer to the individual pages for specific request details and code examples.

Files > Upload & attach file

The Tallyfy API enables file uploads to form fields through a two-step process where files are first uploaded to get an asset reference then attached to specific task or kick-off form fields using that reference.

Code Samples > Managing tasks

The API enables comprehensive task management through listing retrieving creating updating and controlling individual work units within process runs or as standalone operations.

Files > Delete file

A DELETE endpoint that removes uploaded files from tasks or kick-off forms by making authorized requests to either /organizations/[org_id]/file/[asset_id] or /organizations/[org]/assets/[assetID] endpoints and returns a 200 OK status code upon successful deletion.

Files > Get file metadata

The GET endpoint allows retrieval of file metadata including filename upload date and related object details by providing organization ID and asset ID in the request URL path.