Bradford API
To fetch Bradford report for rolling 12 months from asOn date.
Request URL:
https://people.zoho.com/people/api/v2/leavetracker/reports/bradford
Header
Authorization:Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf
Scope
ZOHOPEOPLE.leave.ALL
Request Parameters
Parameter Name | Values Allowed | Default Value | Description |
employee | JSONArray (maximum 30) | - | Erecnos no of the users |
asOn | Data String | Current Date | Report till date |
Threshold Limit: 30 requests | Lock period: 2 minutes
Threshold Limit - Number of API calls allowed within a minute.
Lock Period - Wait time before consecutive API requests.
Request
Copiedhttps://people.zoho.com/api/v2/leavetracker/reports/bradford?employee=%5B117863000000250005%5D&asOn=02-12-2020
Header
CopiedAuthorization:Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf
Response
Copied{
"report": {
"15000000012359": {
"bradfordScore": {
"15000000021005": {
"score": 2744,
"level": 3,
"name": "Absent score"
}
},
"employee": {
"name": "Keerthana N",
"id": "1"
}
}
}
}