Files

Files service should be used primarily when uploading or downloading files.

Methods

GetStatus

POST https://cca-{region}-saas-{enviroment}.infomaker.io/twirp/cca.Files/GetStatus

Method to call at an interval to check status of an ongoing upload

Request Body

GetArtifact

POST https://cca-{region}-saas-{enviroment}.infomaker.io/twirp/cca.Files/GetArtifact

Method returns content (as base64 encoded) from artifact file.

Request Body

CreateUpload

POST https://cca-{region}-saas-{enviroment}.infomaker.io/twirp/cca.Files/CreateUpload

Initiate a new upload.

Request Body

CreateDownload

POST https://cca-{region}-saas-{enviroment}.infomaker.io/twirp/cca.Files/CreateDownload

Initiate a new download

Request Body

GetDownloadStatus

POST https://cca-{region}-saas-{enviroment}.infomaker.io/twirp/cca.Files/GetDownloadStatus

Method to call at an interval to check status of downloadable image

Request Body

api-method-response endapi-method-response

Enums

cca.DownloadType DownloadType can be passed as a parameter when downloading assets

TYPE_UNKNOWN
TYPE_ORIGINAL
TYPE_PRESENTATION

cca.LockingMode Locking mode is passed as a parameter when saving documents

NONE
OPTIMISTIC_LOCKING
PESSIMISTIC_LOCKING

cca.ProcessingStatus

UNKNOWN
IN_PROGRESS
DONE
ERROR

Last updated