How to get master data list for task status
How to get Master data of task status, task severity etc through API
Pulling Log Time for all Time Keepers
Zoho Project is one of the best project management apps that i have come across. We have adopted it for our project management company wide. We were just about to begin using the time sheet functionality....well until we realized that the API functionality only supports the capability to retrieve one time keeper, the one associated with the Ticket. Very disappointing. It seems so illogical to not have this functionality. I have seen that others have wanted this capability too for some time. Is there
How to get the portal ID using REST API V 2.0
What are all the parameters i should pass to get the ID of my portal in REST API V 2.0? Anyone please help on this..
Invalid client Id error
Hello Team, Hope you are doing great ! We would like to inform you that we work on API and we get few things authentication token , client ID, secret key and grant token but after that when we try to get reresh token it show invalid client id error. Kindly let us know how we resolve this ASAP Thanks
Pass users name in webhook
Hi, I have created a webhook in projects that calls a Zoho Cliq Bot API Endpoint. The webhook is fired by a business rule whenever the status of an issue is changed. The webhook then calls the Zoho Cliq Bot which is programmed to post a message to our development channel, to let all our developers know that the status of the issue has been changed. This works perfectly, the only thing I am not able to do in the Cliq message is mention WHO changed the status of the issue in Zoho Projects. Is there
API
I can't undergo authorization on API. On an istruktion I send request for receiving. get grant_token (dont work) get grant_token has been taught on the website
Get custom fields using Projects API
Hi! I'm trying to create projects with custom fields via the API. I need the ID's of the custom fields, and I'm using https://projectsapi.zoho.com/restapi/portals/XXXX/project/customfields/?authtoken=XXXXXXXXXto get the list of those ID's. However, I keep getting the response "internal exception". Any idea how I can get the list of custom fields? Thanks!
Unable to create project by using Zoho Projects rest api. Error: {
"error": {"code": 6831,"message":
"Input Parameter Missing" } }
Hi Zoho friends, I am trying to create a project by using POSTMAN by following the zoho projects rest api documentation. Url : https://projectsapi.zoho.com/restapi/portal/XXXXXXX/projects/ Headers: Authorization : Zoho-oauthtoken 1000.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Body : { "authtoken":"1000.aeec78c22cf0957f69fd9ea6089c447c.8ecbd53da9eb67134f80f8a6f39ffd87","name": "SAP order issue","description": "single_line","strict_project":"1"} Response Data : 400 bad request { "error":
Announcing the Zoho Projects API
Today we're excited to announce the API for Zoho Projects where any developer can extend the project management and collaboration capabilities through our APIs and can build their own customized applications for their business needs. We've tried to make the API follow the REST (Representational State Transfer) principles and generate a XML/ JSON object which allows you to access / read / write Zoho Projects data from third-party systems like Google/Yahoo gadgets, web sites, billing & invoicing systems,
Get task - owner_work and work_type fields missing
Some fields which are requested during Task Creation are not sent back when we fetch task details via the API. The API I tried : https://projectsapi.zoho.com/restapi/portal/???/projects/???/tasks/???/ Following fields are not available while fetching a particular task over API. owner_work work_type This should be simple to add to the API as the data is already there right? Can Zoho developers please look into it? Or is the owner_work data available in any other API? I tried to check the API docs
How Do You Integrate Zoho CRM and Zoho Projects?
I'm trying to tie zoho projects in with existing customers and clients found in Zoho CRM. Thanks.
How to get Portal ID
I generated the token using the following URL in browser "https://accounts.zoho.com/apiauthtoken/create?SCOPE=ZohoProjects/projectsapi,ZohoPC/docsapi" Now I call the https://projectsapi.zoho.com/restapi/portals?authtoken={my_generated_token} API but get the following response. Am I missing something in the scope while generating the token here? { "error": { "code": 6891, "message": "Given URL is wrong" } }
Getting portal ID from Zoho Projects REST API
Hello, I have copied the java example API website into an eclipse project (from this link)- https://www.zoho.com/projects/help/rest-api/examples.html After following the instructions for retrieving the portal ID from Zoho's REST API, I still cannot get the ID- This is my URL object- url = new URL("https://projectsapi.zoho.com/restapi/portals/" + parameters); There is no error thrown for the line above, but when it gets to this line, an error 400 is returned- BufferedReader bf = new BufferedReader(new
Tasks API call
Hi, I'm trying to do an API call on tasks and it's not working. I'm getting a "General Error" with code 6500. This is the URL I'm accessing: https://projectsapi.zoho.com/restapi/portal/kyledavidgroup/projects/605433000000032011/tasks/?AUTHTOKEN=0dc167bf942d55c7b99dceeeb44b88ce However, I was just able to access the same API with the same URL about 10 mins ago and it worked. Why am I now getting an error? Thank you.
project dates
We are behind schedule all the time. At the begining of a project we get the date when the project should be ready, but during the process sometimes (mostly not dependent on us) the project real end date stretches over several months. So our company would love if there would be one more field for project dates - besides start&end date - the REAL END DATE Thanks a lot !
Invoices & Expenses API Zoho Projects
Hi, I want to fetch the invoices and expenses for a given project via API but I'm unable to find any documentation on how to perform this. Is it possible to do it, or doesn't Zoho projects support this feature? Thanks in advance.
API Add Time Log From/To times can not be added
According to the docs we can only add the hours and not the from and to time. https://www.zoho.com/projects/help/rest-api/log-time.html#alink2 I see the fields are called start_time and end_time from when I get All Time Logs where those values were entered manually. Unfortunately, when I tried to add them as parameters they were just ignored. Is this just an oversight or planned in the near future? Regards, Glenn
Problems calling the UPDATE Task API
When calling the UPDATE API i always get a 400 error response with the content 6500 General error. My HTTP Headers : POST /restapi/portal/6437#####/projects/1042724000000######/tasks/1042724000000######/ HTTP/1.1 Form params content : authtoken ##########6f2b60ae2############# name Création du service Yoamo person_responsible 6434##### duration 0 duration_type hrs custom_status 1042724000000148319 I am using similar technic for the CREATE call and it works fine. I only do the update because you
Zoho projects API unable to create subtask with start date
Good morning, I noticed a bug with the Zoho projects API. When creating a task, I was able to create a task and set the start date and end date. However, when creating the subtask I was unable to set the start and end date. Python pseudocode follows: # Create the root task post_params = {'authtoken': authtoken, 'name': task_name, 'start_date': '11-01-2017', 'end_date': '12-01-2017', 'person_responsible': assigned_person,
Zoho Docs API
I currently am using using this method for uploading files: https://www.zoho.com/projects/help/rest-api/documents-api.html#alink4 It has a message at the top of that page stating that the api is deprecated. As of yesterday, it seems that I can no longer upload files via this method. The server replies with an empty array and no file is created. Using the Zoho Docs API documentation I cannot determine how to upload documents to a specific project. Does anyone have updated documentation or guidance?
Update user role on a project thru API
How do I update the role of a user on a project? Currently I can add a user on to a project using the “POST /portal/[PORTALID]/projects/[PROJECTID]/users/” API, but don’t see a way to update a role of an existing user on a project.
Solution to get timelog history for a project
I want to fetch full timelog for a project from created date to today. I followed Zoho Project's API and there are options 'View_type'=> 'month' or 'week' or 'day' and the 'date' from requested view type (i.e. month or week or day) to requesting date. IPlease let me know how can I fetch all the timelogs from created date to till date?
Using Zopo Project Api , Issue With api key and ticket id
Hi . I am using Zoho for first time and i am stuck with the ticket id and api key. i am accessing the zoho project api from third party tool fiddler and i am not able access them . It gives me error code=6890 , message=Invalid Ticket. Details : http Get Api name GetPortals Url : http://projectsapi.zoho.com/restapi/portals/ Parse details : User-Agent: Fiddler Content Type: application/json;charset=utf-8 Host: projectsapi.zoho.com
Timesheet data access
Hi, I needed to access timesheet data for a project from the time it started using zoho api.What should be the values for the view_type and day parameter in GET request specified in api reference for doing so. I was able to generate timesheet data only for a single day.
Milestone API - Assigned By
Hi, I am using the following API (https://www.zoho.com/projects/help/rest-api/milestones-api.html#alink3) to create a Milestone. A mail notification is received from 'notifications=zohoprojects.com@notifications.zohoprojects.com', once a milestone is successfully created in Zoho Projects. Problem: In every email, the default portal owner name is showed in the 'Assigned By' field. Question: Is there a url parameter where we can pass the 'Assigned By' user name/email?
Add client in zoho projects
Hi Zoho Team, We would like to add client using api's in Zoho project Now we are not able to find the URL for adding the Client & request format . Please let me know how to add Client Using API. I am using below api format - https://projectsapi.zoho.com/restapi/portal/CompanyName/?authtoken=TokenName
zoho projects api
Hello, I'm using zoho projects api restful with PHP and I would like to know how to get the AUTHTOKEN. I'm using thi script : And I have a problem when executing my script :
Zoho Projects API - set planned work hours not working
Hi, I'm developing a web app to help us create tasks quickly. I'm able to create tasks and set most of the parameters, but when I try to set the 'owner_work' parameter for planned work, it never seems to work. I've tried sending the POST requests via both Python and PHP, neither of which seems to work. Here is a key section of my PHP code for reference: $request_params = array('authtoken' => $AUTHTOKEN, 'name' => $task_name, 'duration' => $task_duration, 'owner_work' => [['user_id' => '646282401',
Download Bug Attachment with Rest Api
If I get a bug attachment url, how do I download that file using the rest api? There doesn't seem to be any documentation about the url to download an attachment, or what the rate limits are for attachment downloads. For example, if I have the url "https://projects.zoho.com/portal/xxx/openAttachment/download?file=xxx" how do I download it from my API with just an access token? If I append my access token parameter to that url query string I get an error.
Getting all time for a month by project/tasklist/task
Hi, Using the dotnet wrappers I can obtain a totals per user for time spent on a project. I cannot break this down to specific tasks the user has logged time against. How is this possible? Eg. If I do the following: Dim timelogs As zohoprojects.model.Timelogs = TIMEAPI.GetTimeLogs(proj_id, logParams) I only get the timelogs.grandtotal populated. The timelogs.tasklogs are never populated. Also the timelogs.timelog.date is always empty/null. Thanks Duncan
Problem in adding task list through API
Is milestone id is necessary to add the task list through API? If i add tasklist from site it not asking for it. I am getting following response {"response": {"uri":"/jsp/error.jsp","error": {"code":6831,"message":"Input Parameter missing"}}}
"Input Parameter Missing" error (6831) when adding a task
I am trying to add a task to my project and getting input parameter missing error. Below is the curl command I am using. curl -X POST https://projectsapi.zoho.com/restapi/portal/[PORTAL_ID_MASK]/projects/[PROJECT_ID_MASK]/tasks/ -d '{"authtoken":"XXXXXXXXXXXXXXXXXXX","name":"Client Call"}' Returns error :- {"error":{"code":6831,"message":"Input Parameter Missing"}} I have tried adding other possible parameters in the call. The PORTAL_ID, PROJECT_ID, etc are all valid values. I would appreciate
the return url from tasklist is invalid, it should contain project id
the return url from tasklist is invalid, it should contain project id
Accesing/Downloading Zoho Project Document Through API
I was able to access and download the project specific document by using the below link (https://projectsapi.zoho.com/restapi/portal/xxxxx/projects/xxxxxxx/documents/?authtoken=xxxxxxxxxx ) and making a GET request but now its not working and getting this below message. Sorry about that! The page you were looking for may have been moved or the address misspelled. 1. It is possible that you typed the address incorrectly. 2. The page or file you are looking for has been moved or does not exist. Please
Error 6500 - Timelog request return error
Hello My requests are returning errors, I need help with zoho api projects. Thanks
Issue getting Logs for a Project (API)
Hello, I'm having problems with the api to return the logs of a specific project in a specific month. I make the request to https://projectsapi.zoho.com/restapi/portal/[PORTAL]/projects/885183000000209141/logs/?authtoken=[TOKEN]&users_list=all&view_type=month&date=02-01-2017&bill_status=All&component_type=task&range = 100 Checking via application, I see that project has hours in the month. Could you help me solve the problem?
General Task list not returned by the API
Hi, I can not get the General Task-list in the list of tasklists through the API documented here : https://www.zoho.com/projects/developers/tasklists-api.html#alink2 Following are the steps : 1) Log in to ZOHO Projects and create a new project. 2) Click on the "New Task" button. 3) I can see the 2 options in the "Task List" dropdown. Internal -> General and External -> General Now I want to get these Tasklists through API but the API does not returns any tasklist when you have no other tasklist
Getting differences in record count
Hi, We can retrieve timesheet data using 3 view types and those are Month, Week & Day. I am trying to get timesheet data from Zoho using Zoho API. When I try to extract data for month then I am getting different count and when I am trying to get data for week & date then it is giving me different count. e.g. For month of January when I tried to retrieve timesheet data week & day wise 01-Jan-2017 to 01-Jan-2017 0 02-Jan-2017 to 08-Jan-2017 351 09-Jan-2017 to 15-Jan-2017 352 16-Jan-2017
TaskList Uri
I use the Api to extract the project data. I try to form my Uri, and query the tasklists for a given project. I have difficulty adding the flag parameter. Please advise how to add the flag parameter. The response returned is 400 bad request. My attempt: https://projectsapi.zoho.com/restapi/portal/ourrepository/projects/123456789123456789/tasklists/&flag=external/?authtoken=someguidtoken
Can not create a new project
Trying to create a new project by this documentation https://www.zoho.com/projects/help/rest-api/projects-api.html#alink3 Have error Already trying different variants.
Next Page