Fetch Currency by ID

This API is used to fetch a single currency by ID.

Request URL:

https://people.zoho.com/api/compensation/v1/currencies/<currencyID>

Header:

Authorization:Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf

Request Method:

GET

Scope:

ZohoPeople.compensation.ALL

Request Parameters:

CurrencyId:
(mandatory)
Specify the Currency ID

Threshold Limit: 300 requests | Lock period: 5 minutes

Threshold Limit - Number of API calls allowed within a minute.
Lock Period - Wait time before consecutive API requests.
 

Error Codes & Responses

Sample Request:

Copiedhttps://people.zoho.com//api/compensation/v1/currencies/138695000000354262

Sample Response:

Copied{
 "response": {
 "result": [
 {
 "Is_Home_Currency": false,
 "Exchange_Rate": "34",
 "Currency": "INR India Rupees",
 "Format_Type": "123456789.00",
 "Currency_Id": "148113000000379003",
 "Format_Type_Id": -1,
 "Currency_Code": "INR"
 }
 ],
 "message": "Success",
 "uri": "/api/compensation/v1/currencies/148113000000379003",
 "status": 0
 }
}