Get all transfers
GET/api/management/transfers
Get all transfers
Request
Responses
- 200
- 403
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
Array [
]
Array [
]
]
idstringrequired
rolestringrequired
processIdstringrequired
remotePartystringrequired
secretstringrequired
statestringrequired
request
object
required
@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
response
object
required
acceptedbooleanrequired
identifierstringrequired
dataAddress
object
@typestringrequired
dspace:endpointTypestringrequired
dspace:endpointstringrequired
dspace:endpointProperties
object[]
required
@typestringrequired
dspace:namestringrequired
dspace:valuestringrequired
callbackAddressstring
dataAddress
object
required
@typestringrequired
dspace:endpointTypestringrequired
dspace:endpointstringrequired
dspace:endpointProperties
object[]
required
@typestringrequired
dspace:namestringrequired
dspace:valuestringrequired
createdDatedate-timerequired
modifiedDatedate-timerequired
deletedDatedate-timerequired
[
{
"id": "string",
"role": "string",
"processId": "string",
"remoteParty": "string",
"secret": "string",
"state": "string",
"request": {
"@type": "string",
"dspace:consumerPid": "string",
"dspace:agreementId": "string",
"dct:format": "string",
"dspace:dataAddress": {
"@type": "string",
"dspace:endpointType": "string",
"dspace:endpoint": "string",
"dspace:endpointProperties": [
{
"@type": "string",
"dspace:name": "string",
"dspace:value": "string"
}
]
},
"dspace:callbackAddress": "string"
},
"response": {
"accepted": true,
"identifier": "string",
"dataAddress": {
"@type": "string",
"dspace:endpointType": "string",
"dspace:endpoint": "string",
"dspace:endpointProperties": [
{
"@type": "string",
"dspace:name": "string",
"dspace:value": "string"
}
]
},
"callbackAddress": "string"
},
"dataAddress": {
"@type": "string",
"dspace:endpointType": "string",
"dspace:endpoint": "string",
"dspace:endpointProperties": [
{
"@type": "string",
"dspace:name": "string",
"dspace:value": "string"
}
]
},
"createdDate": "2024-07-29T15:51:28.071Z",
"modifiedDate": "2024-07-29T15:51:28.071Z",
"deletedDate": "2024-07-29T15:51:28.071Z"
}
]
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
namestringrequired
statusstringrequired
codenumberrequired
messageobject
errorstring
{
"name": "string",
"status": "string",
"code": 0,
"message": {},
"error": "string"
}