This API is set of methods that allow you to create and modify with the file assets.
- filefort
Get the name of this service. Used in display of assets.
https://${HOST}/${APP}/assetAPI/getName
none
GET
string
https://demo.spidasoftware.com/filefort/assetAPI/getName
Get version count of attachment with uuid. This can be used in the offset in future requests.
https://${HOST}/${APP}/assetFileAPI/getVersionCount
GET
uuid: a required string of the uuid of the attachment
number
Get date the attachment was created.
https://${HOST}/${APP}/assetFileAPI/getCreatedDate
GET
uuid: a required string of the uuid of the attachment
number
Get date the attachment was last updated.
https://${HOST}/${APP}/assetFileAPI/getUpdatedDate
GET
uuid: a required string of the uuid of the attachment
number
Get path for attachment with uuid
https://${HOST}/${APP}/assetFileAPI/getFile
GET
uuid: a required string of the uuid of the attachmentoffset: A offset count of the file, defaults to 0
string
Get base64 encoded bytes for attachment with uuid
https://${HOST}/${APP}/assetFileAPI/getBytes
GET
uuid: a required string of the uuid of the attachmentoffset: A offset count of the file, defaults to 0
string
Get get the raw bytes in the response body with the "Content-disposition:attachment" header. This can be used to download that file.
https://${HOST}/${APP}/assetFileAPI/getRaw
GET
uuid: a required string of the uuid of the attachmentoffset: A offset count of the file, defaults to 0
file response body