Files
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idanyRequired
The Resource Id
Query parameters
nameanyOptional
Set to provide custom zip file name
Responses
200Success
statusCodeintegerOptionalExample:
500successbooleanOptionalExample:
falsemessageanyOptionalExample:
List failureeventstring · enumOptionalPossible values:
itemsarrayOptional
500Error
application/json
get/v1/transfer/resources/{id}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idanyRequired
The Resource Id
Body
actionstring · enumOptionalPossible values:
Type of transfer
sourceIdstringOptional
The source Resource Id
sourceNamestringOptional
The source Resource Id
sourceTypestring · enumOptionalPossible values:
The source Resource Type
targetIdstringOptional
The target Resource Id
targetTypestring · enumOptionalPossible values:
The target Resource Type
Responses
200Success
application/json
statusCodeintegerOptionalExample:
200successbooleanOptionalExample:
truemessageanyOptionalExample:
Copy successeventstring · enumOptionalPossible values:
itemsarrayOptional
500Error
application/json
post/v1/transfer/resources/{id}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idanyRequired
The Resource Id
Responses
200Success
application/json
statusCodeintegerOptionalExample:
200successbooleanOptionalExample:
truemessageanyOptionalExample:
Files delete successeventstring · enumOptionalPossible values:
itemsarrayOptional
500Error
application/json
delete/v1/transfer/resources/{id}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idanyRequired
The Resource Id
nameanyRequired
The Resource name
Responses
200
Stream file content. Sets response Content-Disposition to attachment and MIME type from file.
No content
500Error
application/json
get/v1/transfer/resources/{id}/{name}
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idanyRequired
The Resource Id
nameanyRequired
The Resource name
Body
filesizestringRequired
File content size
filetypestringRequired
File MIME type
filestorestring · enumOptionalPossible values:
File storage Type
Responses
200Success
application/json
statusCodeintegerOptionalExample:
200successbooleanOptionalExample:
truemessageanyOptionalExample:
File upload successeventstring · enumOptionalPossible values:
itemsarrayOptional
422Error
application/json
500Error
application/json
put/v1/transfer/resources/{id}/{name}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idanyRequired
The Resource Id
nameanyRequired
The Resource name
Responses
200Success
application/json
statusCodeintegerOptionalExample:
200successbooleanOptionalExample:
truemessageanyOptionalExample:
File delete successeventstring · enumOptionalPossible values:
itemsarrayOptional
500Error
application/json
delete/v1/transfer/resources/{id}/{name}
Last updated
Was this helpful?