The Folder Object
Attributes
-
id
stringread-only
The
folderId
for the shared folder -
name
stringrequired
read-only
The name of the shared folder.
name
cannot be changed after the folder is created -
deletable
booleanDenotes if the files within the shared folder are deletable or not.
true
- Files can be deletedfalse
- Files cannot be deleted -
created
integerread-only
Timestamp when the shared folder was created
-
workspaceId
integerrequired
read-only
The
workspaceId
the shared folder is associated to.workspaceId
cannot be changed after the folder is created -
files
arrayread-only
The list of files stored in the shared folder
Show/Hide Child AttributeslastModified
integerread-only
The timestamp of when the file was last modified
name
stringread-only
The name of the file
size
integerread-only
The size (in bytes) of the file
link
stringread-only
The link to download the file from the shared folder. This link remains active for 20 minutes
linkExpire
integerread-only
The timestamp of when the
link
will expire
The Folder Object
{
"api_version": 4,
"error": null,
"result": {
"id": "5b7dc9c6c7dc9739167b23c8",
"name": "ApiTest",
"deleable": false,
"created": 1534970310,
"workspaceId": 123429,
"files": [
{
"lastModified": 1588606663,
"name": "Dummy.jmx",
"size": 18111,
"link": "https://storage.blazemeter.com/blazemeter-gcp/organizations/123429/shared/ApiTest/Dummy.jmx?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EE7F7ZECFQG2AMFT47JPCFCTXTGEW52TQE7AA2Y6DS4SCW37UO4ZSCNI%2F20200623%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200623T204805Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=677733c18cf94be0268b77d8f1d78108eb355433cc164c41872f3876ab141c41",
"linkExpire": 1593031685
},
{
"lastModified": 1585685174,
"name": "colors.csv",
"size": 286,
"link": "https://storage.blazemeter.com/blazemeter-gcp/organizations/123429/shared/ApiTest/colors.csv?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EE7F7ZECFQG2AMFT47JPCFCTXTGEW52TQE7AA2Y6DS4SCW37UO4ZSCNI%2F20200623%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200623T204805Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=544b16e12b730fb4d76e1946a595cec4100bd3f47957358f8696283cf7df4e21",
"linkExpire": 1593031685
},
{
"lastModified": 1585685142,
"name": "hello.txt",
"size": 192,
"link": "https://storage.blazemeter.com/blazemeter-gcp/organizations/123429/shared/ApiTest/hello.txt?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EE7F7ZECFQG2AMFT47JPCFCTXTGEW52TQE7AA2Y6DS4SCW37UO4ZSCNI%2F20200623%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200623T204805Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=1d357c42ccbd5a05abff31528dc3ac78a9c40fba8e7bfcad67782363d152d06f",
"linkExpire": 1593031685
}
]
},
"request_id": "5ef26a85751d4"
}