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.
Returns a list of exchange tables associated with your account, and their default settings details.
GET
curl -i -X GET \
https://api.mavenlink.com/api/v1/foreign_exchange/exchange_tablesResponse
{ "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 } } }