Skip to content

Exchange Tables

This object allows you to view or edit foreign currency exchange rates, depending on your Foreign Exchange Access Group Set permissions. If you are not a member of an Access Group with Foreign Exchange (FX) permissions, an account administrator will need to add you to one. If you are an account admin that needs FX permissions, you can add yourself to an Access Group with the FX permissions you require.

Fetching a list of Exchange Tables

Request

Returns a list of exchange tables associated with your account, and their default settings details.

GET
/foreign_exchange/exchange_tables
curl -i -X GET \
  https://api.mavenlink.com/api/v1/foreign_exchange/exchange_tables

Responses

A list of Exchange Tables have been retrieved.

Bodyapplication/json
countinteger, (int32)

Number of exchange tables in the response.

metaobject
resultsArray of objects
exchange_tablesobject
Response
{ "count": 0, "meta": { "count": 0, "page_count": 0, "page_number": 0, "page_size": 0 }, "results": [ { "key": "string", "id": "string" } ], "exchange_tables": { "id": { "id": "string", "name": "string", "account_default": true, "insights_account_default": true } } }