Callback to start transfer process
POST/api/transfers/callbacks/:id/start
Callback to start transfer process
Request
Path Parameters
id stringrequired
Transfer ID
- application/json
Body
required
Array [
]
@typestringrequired
dspace:providerPidstringrequired
dspace:consumerPidstringrequired
dspace:dataAddress
object
@typestringrequired
dspace:endpointTypestringrequired
dspace:endpointstringrequired
dspace:endpointProperties
object[]
required
@typestringrequired
dspace:namestringrequired
dspace:valuestringrequired
Responses
- 200
Callback started transfer successfully
- application/json
- Schema
- Example (from schema)
Schema
any
{
"status": "success"
}