- Overview
- Authentication
- API Limits
- Forms API
- POSTInsert Record API
- POSTInsert Record API for Adding Employees
- POSTUpdate Record API
- GETGet Bulk Records API
- POSTAdd Department API
- GETFetch Forms API
- GETFetch Single Record API
- GETFetch Single Record API (Section Wise)
- GETGet Related Records API
- GETSearch Records Based on Record Values
- Appendix
- GETGet Fields of Form API
- Cases API
- Timesheet API
- Onboarding API
- Announcements API
- Leave API
- Attendance API
- Compensation API
- GETFetch Components API
- GETFetch Components by ID API
- GETFetch Salary Components API
- GETFetch Packages API
- GETFetch Package by ID API
- GETFetch Package Components API
- GETFetch Currencies API
- GETFetch Currency by ID
- GETFetch Revisions API
- GETFetch Revisions by ERECNO API
- GETFetch Revision Letters by ERECNO API
- GETPreview Revision Letter by Revision ID API
- GETDownload Revision Letter by Revision ID API
- GETFetch My Compensation API
- GETFetch Reasons API
- GETFetch Settings API
- PUTCancel Revision API
- GETFetch Salary API
- GETFetch Single Employee Salary API
- POSTAdd Salary API
- PUTUpdate Salary API
- Compensation API Error Codes
- Record Count API
- LMS API
- Files API
- View API
- Status Codes
- Error Codes API
- HTTP Request Methods
Fetch Single Employee Salary API
This API is used to fetch the salary for a particular employee by erecno.
Request URL:
https://people.zoho.comhttps://api/compensation/v1/salary/<erecno>
Header:
Authorization:Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf
Request Method:
GET
Scope:
ZohoPeople.compensation.ALL
Request Parameters:
erecno: (mandatory) | Specify erecno of the employee whose salary record is to be fetched |
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/salary/
Sample Response:
Copied{
"response": {
"result": [
{
"Salary_Package": "Entry Level",
"CTC": "99000",
"Employee": "HRM2 - Adam",
"Package_Id": "148113000000342707",
"Effective_From": "04-Aug-2021",
"Currency": "AED",
"Salary_Id": "148113000000350072",
"Formatted_CTC": "AED 99000.00",
"Erecno": "148113000000350001"
}
],
"message": "Success",
"uri": "/api/compensation/v1/salary/148113000000350001",
"status": 0
}
}
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.