Fetch Reasons API
This API is used to fetch the salary revision reasons.
Request URL:
https://people.zoho.com/api/compensation/v1/reasons
Header:
Authorization:Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf
Request Method:
GET
Scope:
ZohoPeople.compensation.ALL
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.
Sample Request:
Copiedhttps://people.zoho.com//api/compensation/v1/reasons
Sample Response:
Copied{
"response": {
"result": {
"Revision_Reasons": {
"Others": "138695000000310952",
"Salary adjustment": "138695000000310948",
"Mid year appraisal": "138695000000310944",
"Hike": "138695000000310942",
"Promotion": "138695000000310946",
"Initial Salary": "138695000000310940",
"Salary correction": "138695000000310950"
}
},
"message": "Success",
"uri": "/api/compensation/v1/reasons",
"status": 0
}
}