Files
Last updated
Last updated
Files service should be used primarily when uploading or downloading files.
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
Name | Type | Description |
---|---|---|
POST
https://cca-{region}-saas-{enviroment}.infomaker.io/twirp/cca.Files/GetArtifact
Method returns content (as base64 encoded) from artifact file.
Name | Type | Description |
---|---|---|
POST
https://cca-{region}-saas-{enviroment}.infomaker.io/twirp/cca.Files/CreateUpload
Initiate a new upload.
POST
https://cca-{region}-saas-{enviroment}.infomaker.io/twirp/cca.Files/CreateDownload
Initiate a new download
POST
https://cca-{region}-saas-{enviroment}.infomaker.io/twirp/cca.Files/GetDownloadStatus
Method to call at an interval to check status of downloadable image
api-method-response endapi-method-response
cca.DownloadType DownloadType can be passed as a parameter when downloading assets
cca.LockingMode Locking mode is passed as a parameter when saving documents
cca.ProcessingStatus
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
uploadId
string
The uploadId (Received when an upload is started)
uploadId
string
The uploadid (Received when an upload is started)
name
string
Name of the file
filename
string
UUID
string
UUID of document
type
cca.DownloadType
optional with value 'original' or 'presentation', see DownloadType enum
downloadId
string
ID of the requested download