Documents

List Files In User Bucket

get

List the files in the user bucket.

Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
org_idstringRequired

The organization ID

user_idstringRequired

The user ID

flow_idstringRequired

The flow ID of the document

node_idstringRequired

The node ID of the document

Responses
200

Successful Response

application/json
Responsestring[]
get
/documents/{org_id}/{flow_id}/{node_id}/{user_id}

Upload To User Bucket

post

Upload the file to the user bucket for a document node.

Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
org_idstringRequired

The organization ID

user_idstringRequired

The user ID

flow_idstringRequired

The flow ID of the document

node_idstringRequired

The node ID of the document

Body
filestring · binaryOptional
Responses
200

Successful Response

application/json
post
/documents/{org_id}/{flow_id}/{node_id}/{user_id}

Delete From User Bucket

delete

Delete the file from the user bucket.

Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
org_idstringRequired

The organization ID

user_idstringRequired

The user ID

flow_idstringRequired

The flow ID of the document

node_idstringRequired

The node ID of the document

Query parameters
filenamestringRequired
Responses
200

Successful Response

application/json
delete
/documents/{org_id}/{flow_id}/{node_id}/{user_id}

Download From User Bucket

get

Download the file from the user bucket.

Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
org_idstringRequired

The organization ID

user_idstringRequired

The user ID

flow_idstringRequired

The flow ID of the document

node_idstringRequired

The node ID of the document

Query parameters
filenamestringRequired
Responses
200

Successful Response

application/json
Responseany
get
/documents/{org_id}/{flow_id}/{node_id}/{user_id}/file

No content

Last updated

Was this helpful?