Skip to main content

Download raw blob data (with content disposition)

GET 

/blob/raw/:id/:fullId/:filename

Retrieve blob data as reponse with the blob's content type and with content disposition set to the blob's filename.

Request

Path Parameters

    id integerrequired
    fullId stringrequired

    The globally unique blob id - Enables non-revalidating caching

    filename stringrequired

    The file name for the blob for downloading

Responses

The request failed because invalid request parameters or data were supplied or access was denied.

Schema

    code string

    The error code describing the general error category.

    Example: API_INVALID_INPUT_DATA
    status integer

    The HTTP status code.

    message stringrequired

    The actual error message describing the error in more detail.

    reqid string

    The request id for following up on specific errors.

Loading...