Get Project Details API
This API is used to get the details of a specific project.
Request URL:
https://people.zoho.com/people/api/timetracker/getprojectdetails?projectId=<projectId>
Header:
Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Scope:
ZOHOPEOPLE.timetracker.ALL
OR
ZOHOPEOPLE.timetracker.READ
Possible Operation Types:
ALL- Complete access to data
OR
READ- Only to read data
Request parameter:
Parameters | Values Allowed | Default Value | Description |
*projectId | < projectId > | < Mandatory > | Specify the project id of the project of which the details needs to be fetched |
isUserCount | true | false | false | To get the number of users assigned to the project |
isJobCount | true | false | false | To get the number of jobs mapped to the project |
includeDept | true | false | false | To get the departments that are assigned to the project |
Error Codes & Messages:
Error Code | Error Message |
9000 | Permission denied |
9003 | Wrong value for <parameter_name> parameter |
9005 | Time Tracker Tab is disabled |
Success Response Format
Error Response Format
{
"response": {
"message": "Error in fetching data",
"uri": "/api/timetracker/getprojectdetails",
"errors": [
{
"code": < Error code >,
"message": < Error message >
}],
"status": 1
}
}
Threshold Limit: 20 requests | Lock period: 5 minutes
Threshold Limit - Number of API calls allowed within a minute.
Lock Period - Wait time before consecutive API requests.