Skip to main content

SignedUploadResponse

data object
contentType stringrequired

ContentType of the file

Example: ms-application/excel
createdAt string

Uploaded Time

Example: 2022-07-25T09:46:12+00:00
createdBy stringrequired

User Id who upload the file

Example: uuuu
dataSource stringrequired

Source of uploaded file

Example: integration-api
extension stringrequired

Extension of the file

Example: xls
fileId stringrequired

Unique identifier of the file.

Example: ef9cd482-596d-7a5d-8155-137463f056fd
fileName stringrequired

Name of the uploaded file (final name).

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

File size in bytes

Example: 100500
fullHashSum stringrequired

MD5 sum

Example: C9025CC0FD86FF0A2B6B53AF58ACDE1B
lightHashSum stringrequired

MD5 sum by first 2048 bytes

Example: C9025CC0FD86FF0A2B6B53AF58ACDE1B
orgId stringrequired

Org Id of the file

Example: xxxx
originalExtension stringrequired

Original extension of the file

Example: xls
originalName stringrequired

Original name of the uploaded file.

Example: original file name
product stringrequired

Name of the product

Possible values: [sight, rise, tracking]

Example: sight
storage object
current stringrequired

Storage type

Example: standard
path stringrequired

Relative path to the file

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

Expiration time

storageName stringrequired

Relative path of the file in our storage

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

Updated Time

Example: 2022-07-25T09:46:12+00:00
updatedBy stringrequired

User Id who upload the file

Example: uuuu
userId stringrequired

User Id who upload the file

Example: uuuu
SignedUploadResponse
{
"data": {
"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"
}
}