Authorization: ********************{
"isPortfolioGroup": true,
"from": "2019-08-24T14:15:22.123Z",
"to": "2019-08-24T14:15:22.123Z",
"page": 0,
"pageSize": 0,
"filters": [
{
"field": "string",
"operator": "string",
"value": null,
"secondValue": null,
"logicalOperator": "string"
}
]
}curl --location '/v1/portfolios//transactions' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"isPortfolioGroup": true,
"from": "2019-08-24T14:15:22.123Z",
"to": "2019-08-24T14:15:22.123Z",
"page": 0,
"pageSize": 0,
"filters": [
{
"field": "string",
"operator": "string",
"value": null,
"secondValue": null,
"logicalOperator": "string"
}
]
}'{
"page": 0,
"pageSize": 0,
"total": 0,
"items": [
{
"id": 0,
"tradeDate": "2019-08-24T14:15:22.123Z",
"quantity": 0,
"price": 0,
"brokerage": 0,
"notes": "string",
"tradeType": "string",
"tradeTypeId": 0,
"symbol": "string",
"exchange": "string",
"displayExchange": "string",
"holdingId": 0,
"holdingTypeId": 0,
"currencyCode": "string",
"brokerageCurrencyCode": "string",
"exchangeRate": 0,
"value": 0,
"costBase": 0,
"externalTradeId": "string",
"sourceId": "797f5a94-3689-4ac8-82fd-d749511ea2b2"
}
]
}