Get all transfers
GET/api/management/transfers
Get all transfers
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
localIdstringrequired
remoteIdstring
rolestringrequired
remoteAddressstringrequired
remotePartystringrequired
statestringrequired
process
object
required
@typestringrequired
dspace:providerPidstringrequired
dspace:consumerPidstringrequired
dspace:agreementIdstringrequired
dspace:statestringrequired
agreementIdstringrequired
formatstring
modifiedDatedate-timerequired
[
{
"localId": "string",
"remoteId": "string",
"role": "string",
"remoteAddress": "string",
"remoteParty": "string",
"state": "string",
"process": {
"@type": "string",
"dspace:providerPid": "string",
"dspace:consumerPid": "string",
"dspace:agreementId": "string",
"dspace:state": "string"
},
"agreementId": "string",
"format": "string",
"modifiedDate": "2024-07-29T15:51:28.071Z"
}
]