© 2024 Clarivate
GET /api/.../funds/{id}/history
Returns the transaction history for a single fund
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the fund. |
[
{
"FundTransDateTime": "2006-12-29T11:32:20.293-05:00",
"UserID": 78,
"Name": "user name 1",
"FundTransAmt": 1,
"FundTransType": "Expenditure",
"FundTransSource": "fund transaction sourc 1",
"FundTransNote": "Inv header charges: Service 1"
},
{
"FundTransDateTime": "2007-12-29T11:32:20.293-05:00",
"UserID": 79,
"Name": "user name 2",
"FundTransAmt": 1,
"FundTransType": "Disencumber",
"FundTransSource": "fund transaction source 2",
"FundTransNote": "Inv header charges: Service 2"
}
]
Code | Description |
---|---|
200 | OK. Success |