curl --location 'https://stg-gateway.invora.app/api/v2/exchange-rates/list' \
--header 'Content-Type: application/json' \
--data '{
"filter": {
"part": {
"key": {
"inValues": [
"string"
]
},
"createdAt": {
"exact": "2019-08-24",
"range": {
"fromInclusive": "2019-08-24",
"toExclusive": "2019-08-24"
},
"rangeTimestamp": {
"fromInclusive": "2019-08-24T14:15:22.123Z",
"toExclusive": "2019-08-24T14:15:22.123Z"
}
},
"updatedAt": {},
"sourceCurrency": {
"inValues": [
"string"
]
},
"targetCurrency": {
"inValues": [
"string"
]
},
"effectiveDate": {}
},
"textSearch": "string",
"timeReference": {
"referenceDate": "2019-08-24T14:15:22.123Z",
"historicalData": true
}
},
"sort": {
"rules": [
{
"createdAt": "SORT_DIRECTION_UNSPECIFIED",
"updatedAt": "SORT_DIRECTION_UNSPECIFIED",
"effectiveDate": "SORT_DIRECTION_UNSPECIFIED",
"rate": "SORT_DIRECTION_UNSPECIFIED"
}
]
},
"pagination": {
"limit": "string",
"skip": "string",
"cursor": "string"
},
"mask": "string"
}'{
"items": [
{
"id": {
"versionId": "string",
"key": "string",
"version": "string"
},
"concurrencyStamp": "string",
"sourceCurrency": "string",
"targetCurrency": "string",
"rate": {
"units": "string",
"nanos": 0
},
"effectiveDate": "2019-08-24",
"audit": {
"creationInfo": {
"createdAt": "2019-08-24T14:15:22.123Z",
"creatorId": "string"
},
"lastModificationTime": "2019-08-24T14:15:22.123Z",
"lastModifierId": "string"
}
}
],
"totalCount": "string",
"nextPageCursor": "string"
}