Fetch Package by ID

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

Request URL:

https://people.zoho.com/api/compensation/v1/packages/<packageID>

Header:

Authorization:Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf

Request Method:

GET

Scope:

ZohoPeople.compensation.ALL

Request Parameters:

packageId
(mandatory)
Package ID of the package 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.
 

Error Codes & Responses

Sample Request:

Copiedhttps://people.zoho.com/api/compensation/v1/packages/138695000000361496

Sample Response:

Copied{
 "response": {
 "result": [
 {
 "Description": "chennaipack",
 "Package_Id": "148113000000376130",
 "Is_Default": false,
 "Formatted_CTC": "AED 90000.00",
 "Currency_Id": "148113000000342626",
 "Modified_By": "1 - Mrunal Thakur",
 "CTC": "90000.00",
 "Exchange_Rate": "1",
 "Applicability": {
 "BUSINESSUNIT": [
 "-1"
 ],
 "LOCATION": [
 "148113000000376013"
 ],
 "DESIGNATION": [
 "-1"
 ],
 "STREAM": [
 "-1"
 ],
 "EXPERIENCE": "0 Year from Date of joining",
 "LEVEL": [
 "-1"
 ],
 "LEGALENTITY": [
 "-1"
 ],
 "DIVISION": [
 "-1"
 ]
 },
 "Created_By": "1 - Mrunal Thakur",
 "Currency_Code": "AED",
 "Modified_Date": "20-Aug-2024 03:02:40 PM",
 "Package_Name": "chennaipack",
 "Created_Date": "20-Aug-2024 03:02:08 PM"
 }
 ],
 "message": "Success",
 "uri": "/api/compensation/v1/packages/148113000000376130",
 "status": 0
 }
}