Skip to main content

Get download url for content of file entity.

GET 

/api/workspaces/:workspace_id/entities/:id/download/

Returns the download URL for the content of a file entity (only for file entity types).

Request

Path Parameters

    workspace_id stringrequired
    id integerrequired

    A unique integer value identifying this entity.

Responses

File stream with custom attachment

Loading...