Request a transfer
POST/api/transfers/request
Request a transfer
Request
- application/json
Body
required
Array [
]
@typestringrequired
dspace:consumerPidstringrequired
dspace:agreementIdstringrequired
dct:formatstringrequired
dspace:dataAddress
object
@typestringrequired
dspace:endpointTypestringrequired
dspace:endpointstringrequired
dspace:endpointProperties
object[]
required
@typestringrequired
dspace:namestringrequired
dspace:valuestringrequired
dspace:callbackAddressstringrequired
Responses
- 201
- application/json
- Schema
- Example (from schema)
Schema
@typestringrequired
dspace:providerPidstringrequired
dspace:consumerPidstringrequired
dspace:agreementIdstringrequired
dspace:statestringrequired
{
"@type": "string",
"dspace:providerPid": "string",
"dspace:consumerPid": "string",
"dspace:agreementId": "string",
"dspace:state": "string"
}