The Folder Object

All timestamps are in UNIX Epoch time.

Attributes

  • idstring

    read-only

    The folderId for the shared folder

  • namestring

    required

    read-only

    The name of the shared folder. name cannot be changed after the folder is created

  • deletableboolean

    Denotes if the files within the shared folder are deletable or not.true - Files can be deletedfalse - Files cannot be deleted

  • createdinteger

    read-only

    Timestamp when the shared folder was created

  • workspaceIdinteger

    required

    read-only

    The workspaceId the shared folder is associated to. workspaceId cannot be changed after the folder is created

  • filesarray

    read-only

    The list of files stored in the shared folder

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"
}