Get transfer status by ID
GET/api/transfers/:id
Get transfer status by ID
Request
Path Parameters
id stringrequired
Transfer ID
Responses
- default
- 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"
}