Skip to main content

SignedUploadFileInfo

contentTypestringrequired

ContentType of the file

Example: ms-application/excel
createdAtstring

Uploaded Time

Example: 2022-07-25T09:46:12+00:00
createdBystringrequired

User Id who upload the file

Example: uuuu
dataSourcestringrequired

Source of uploaded file

Example: integration-api
extensionstringrequired

Extension of the file

Example: xls
fileIdstringrequired

Unique identifier of the file.

Example: ef9cd482-596d-7a5d-8155-137463f056fd
fileNamestringrequired

Name of the uploaded file (final name).

Example: ab8cd482-596d-7a5d-8155-137463f243ac.xls
fileSizeintegerrequired

File size in bytes

Example: 100500
fullHashSumstringrequired

MD5 sum

Example: C9025CC0FD86FF0A2B6B53AF58ACDE1B
lightHashSumstringrequired

MD5 sum by first 2048 bytes

Example: C9025CC0FD86FF0A2B6B53AF58ACDE1B
orgIdstringrequired

Org Id of the file

Example: xxxx
originalExtensionstringrequired

Original extension of the file

Example: xls
originalNamestringrequired

Original name of the uploaded file.

Example: original file name
productstringrequired

Name of the product

Possible values: [sight, rise, tracking]

Example: sight
storage object
currentstringrequired

Storage type

Example: standard
pathstringrequired

Relative path to the file

Example: /sight/xxxx/uuuu/ab8cd482-596d-7a5d-8155-137463f243ac.xls
ttlinteger

Expiration time

storageNamestringrequired

Relative path of the file in our storage

Example: /sight/xxxx/uuuu/ab8cd482-596d-7a5d-8155-137463f243ac.xls
updatedAtstring

Updated Time

Example: 2022-07-25T09:46:12+00:00
updatedBystringrequired

User Id who upload the file

Example: uuuu
userIdstringrequired

User Id who upload the file

Example: uuuu
SignedUploadFileInfo
{
"contentType": "ms-application/excel",
"createdAt": "2022-07-25T09:46:12+00:00",
"createdBy": "uuuu",
"dataSource": "integration-api",
"extension": "xls",
"fileId": "ef9cd482-596d-7a5d-8155-137463f056fd",
"fileName": "ab8cd482-596d-7a5d-8155-137463f243ac.xls",
"fileSize": "100500",
"fullHashSum": "C9025CC0FD86FF0A2B6B53AF58ACDE1B",
"lightHashSum": "C9025CC0FD86FF0A2B6B53AF58ACDE1B",
"orgId": "xxxx",
"originalExtension": "xls",
"originalName": "original file name",
"product": "sight",
"storage": {
"current": "standard",
"path": "/sight/xxxx/uuuu/ab8cd482-596d-7a5d-8155-137463f243ac.xls",
"ttl": 0
},
"storageName": "/sight/xxxx/uuuu/ab8cd482-596d-7a5d-8155-137463f243ac.xls",
"updatedAt": "2022-07-25T09:46:12+00:00",
"updatedBy": "uuuu",
"userId": "uuuu"
}