Skip to main content

Download Workspace Asset

GET 

/api/workspaces/:id/assets/

Download an asset from workspace context, such as an image in the parametrization.

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this workspace.

Query Parameters

    path stringrequired

    Possible values: non-empty and <= 2048 characters

    Full path of the asset file.

Responses

Schema

    temp_download_url string

    Possible values: non-empty

    Temporary download url.

Loading...