© 2025 Clarivate
GET /api/.../funds/{id}/transfer
Returns the destination funds for a fund transfer action.
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the fund. |
[
{
"FundID": 78,
"Name": "name 1",
"AlternativeName": "alt name 1",
"HasBeginningAllocation": false
},
{
"FundID": 68,
"Name": "name 2",
"AlternativeName": "alt name 2",
"HasBeginningAllocation": false
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |