View Currency Of Record for a Workspace
get
/api/restapi/workspace/currencyOfRecord
Send a request to this endpoint to view the currency of record and the exchange rate for a specified workspace given by workspaceId or workspaceCode as a query parameter.
Request
Query Parameters
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer(int64)
The system-generated identifier of a workspace.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : ApiEntityCurrencyOfRecord
Type:
objectTitle:
Show Source
ApiEntityCurrencyOfRecord-
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.
-
currencyOfRecord: string
Maximum Length:
255This field represents the currency of record i.e. editable currency of a cost field for a given workspace. -
exchangeRate: number
The conversion rate between this currency and base currency.
400 Response
Invalid input.