View Exchange Rates by Currency
get
/api/restapi/exchangeRate/currency/{currencyId}
This endpoint returns exchange rates that meet the following requirements:
- The object is associated with a currency with an ID value that matches the value of the {currencyId} path parameter.
Request
Path Parameters
-
currencyId(required): integer(int64)
ID of the currency whose exchange rates are to be found.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : List<ApiEntityExchangeRate>
Type:
arrayTitle:
Show Source
List<ApiEntityExchangeRate>-
Array of:
object ApiEntityExchangeRate
Title:
ApiEntityExchangeRate
Nested Schema : ApiEntityExchangeRate
Type:
objectTitle:
Show Source
ApiEntityExchangeRate-
baseExchangeRate: number
Minimum Value:
0Maximum Value:1000000000The rate used to convert the value of a record to the base currency. -
currencyCode: string
Minimum Length:
1Maximum Length:3The unique identifier for the currency. The currency code is 3 characters. -
currencyId: integer
(int64)
The unique identifier of a currency.
-
effectiveEndDate: string
(date-time)
The date the exchange rate ends.
-
effectiveStartDate: string
(date-time)
The date the exchange rate goes into effect.
-
exchangeRateId: integer
(int64)
The unique identifier for the exchange rate.
-
link: string
(url)
The self-link to the object. This field is populated only in the responses generated by the batch create APIs.
-
updateDate: string
(date-time)
Date when the record was last updated.
-
workspaceCode: string
Minimum Length:
0Maximum Length:60The user-specified identifier of a workspace.
204 Response
Successful operation with no content.
404 Response
The requested exchange rates do not exist, or you do not have access to them.