/transfers
Mount Point: /api/transfers
GET
Retrieves all transfers for path
Parameters
| name | description | type | default |
|---|---|---|---|
| path | - path to lookup - if not set all transfers are returned | query | |
| filterState | - List of states, if specified only Transfers with a matching state in the list will be returned | query |
Response Body
| element: | transferUIDTO |
| media types: | application/xml application/json |
(no documentation provided)
Status Codes
| HTTP Status Code | Description |
|---|---|
| 200 OK | OK |
| 404 Not Found | Not found - see returned ExceptionDTO |
| 400 Bad Request | Bad request - see returned ExceptionDTO |
| 401 Unauthorized | Authentication required. |
| 403 Forbidden | Authorization required - access forbidden |