Get project groups using REST API
Is there a way to get the project group that a project is associated with using the Projects REST API? For instance, our projects are grouped into 3 categories, and I can get the details for each project, but I don't see anything in the project details to indicate what group that project is in. Am I missing something?
How do I get associated bugs for a task?
I use the API to get all tasks, but I want to know which bug is associated to a task? How can I get this information? Shouldn't they be returned like the comments on a task?
Get tasklist , milestone of a task
Hi Team, How do i get tasklist , milestone of a task using your api. Thanks
Status Id returned on DefaultFields object doesn't match statusID
I'm attempting to populate a list of StatusTypes and set the bug statusId as the default selected. When rendered nothing is selecting. Reproducibility, Severity and Classification are all working but StatusType is not. Upon investigation, the statusId returned on the Bug Object does not exist in the map of statusDeatils on the Defaultfield object. I think this is a bug. If not I'd like some clarification as to why that value is different as it is appearing this way for a number of our Bug Tickets.
Get Bug's Comment And Resolution using Project API
HI, I have created wrapper class in .NET around Project API for creating bug in zoho project. Now we want that whatever the Comments and Resolution written by user on that bug using API. Thanks Abhijit Desai
How do I use uploaddoc parameter when using the Create Task method of the Project API?
I'm trying to create a task and attach a file using the Create Task method of the Project API. The uploaddoc parameter is of type "file". There is no sample code on how to use the uploaddoc parameter. I assume the uploaddoc file parameter is looking for a binary file, but I'm unsure how to specify this in the code. I've been able to use other methods of the API correctly. The code below successfully creates the new task and completes without error, but there is no file attached to the task. Please
Fetch Portal ID for new REST API V 2.0
Hi, I need to fetch the "Portal ID" of my organization so that i can use new "Rest API V 2.0 API". I used the following URL but cant able to fetch the ID. https://projectsapi.zoho.com/restapi/portals/ Am i missing anything in the URL ? or should i pass any parameters with the URL to get my "Portal ID" ? Anyone please help on this. Regards, Prakash kannan k
Attachinga a file to a bug
I'm trying to make an import from our bugtraker to zoho... What I'm missing is hou to use the uploaddoc field in the create bug api! https://www.zoho.com/projects/help/rest-api/bugs-api.html#alink3 How can I associate a file to a bug? I cannot find this also inthe wrapper: https://help.zoho.com/portal/en/community/topic/zoho-projects-rest-api-wrappers edit: What I'm using now is python
Get start and end times of a timesheet from API
From web interface, it's possible to add a timesheet with a start time and an end time. But from Timesheets API, it's impossible to get these start and end times (we have just total of time). Is there a other way to get start and end times of a timesheet from API?
Behavior of create task API call?
I'm having some issues with the API task create method - some could probably be cleared up by documentation, but some I think are bugs. 1) If I create the task specifying both start/end date and duration, it appears that start/end date takes precedence and the duration specified is ignored. 2) It appears that the duration_type value is being ignored and that the duration is always in days. I.e., I specify "duration=20" and "duration_type=hrs", the duration for the task is set to "20 days" (with
Create Project in an Existing Group through REST API
Is it possible to create a project within an existing group? I tried passing an existing group_id to the POST call to create a project, but it didn't add it to the group.
Zoho Projects API, tasklist not working?
I am trying to get tasklist information from the Zoho Projects API, but all requests on the tasklists object return a 400 error (Bad Request). I'm using the link returned from a GET projects request: https://projectsapi.zoho.com/restapi/portal/<<portalid>>/projects/<<projectid>> "link": { "tasklist" : { "url" : "https://projectsapi.zoho.com/restapi/portal/<<portalid>>/projects/<<projectid>>/tasklists/" } } I had also tried requesting a specific
Get Tasklists, missing parameters
I am returning the project object that contains the links to the other project parts.. If I try and get tasklists from the link provided, it returns error: 6831, Input Parameter Missing. I've tried debugging using Postman but it returns the above error. I've checked my portal and project ids to make sure they were correct. Here is the URL string I am using: https://projectsapi.zoho.com/restapi/portal/[MY PORTAL ID]/projects/[MY PROJECT ID]/tasklists/?authtoken=[MY AUTH TOKEN] If I remove the /tasklists/
Any plans of Zapier integration?
The CRM already does this. If projects did, it would be huge!!! https://zapier.com/developer/
How to enable API access for a project?
EDIT: I think I figured this out. Turns out I'm not using Zoho Projects, I'm using Zoho Bugtracker. Under https://projects.zoho.com I only have a single project. Is there a bugtracker specific API? I have 4 projects when I visit https://bugtracker.zoho.com. Hello! I'm just getting started with the Zoho Projects API. I have gotten an authtoken and have successfully used the get portals and get projects endpoints. However, my get projects endpoint only returns a single project (even though I have
Get activity related item ID
To avoid high consumption of the API I thought about using the Feed the project to determine the data to be synchronized in my integration. But in the returned data, there is only the activity ID, there is no related item ID field. I can find this data through the activity ID?
Have you moved to REST API?
Dear API Users, The Documentation of our Rest API is available here . All future development will be done to this version. We are deprecating the older API today. Its documentation will no longer be available and we will also be stopping the calls to this API soon. Thanks, Prasanna
Zoho API v2.0 - get ALL users from ALL projects
Hello, I've been trying to work on an automatization project lately and I find it difficult to work with this strict structure. To be more explicit, if i would like to get all users participating in a project i would need to get all projects first. Same thing with projects. If i want to get all projects, I would need to get all portals first. The problem with this aproach is that it consumes a lot of time and resources. I want to ask if there is another way of getting
generate data with php
how can i generate data(project,tasks) from zoho project in json format with script php
Task details via API no longer returning array of task owners
Until today, we had no problem with the task details API call. Today, when we call for all task details for a particular task, the API is not pushing any data to the "details" object, where the "owners" array has always been stored before. All other values we expect outside of "details" are being returned as normal and without flaw. But the "details" object is simply empty. Has there been a change in the API? The docs don't reflect any intended change. Perhaps this is a short-term bug? If
Zoho Projects + Zoho Docs API
Hello, I see the following message on the Zoho Documents portion of Zoho Projects API: https://www.zoho.com/projects/help/rest-api/documents-api.html#alink3 "The Documents API will be deprecated as it will shortly be merged with Zoho Docs." How is Zoho Docs and Zoho Projects going to be merged? If we manage all of our docs at the Project level within Zoho Projects, what will happen when Zoho Docs is "merged"? Can you provide details on this? Thank you- -Kevin
Project: Documents API will be deprecated
We were about to integrate a file uploader to our project creation form to attach files to new projects in Zoho, but we saw this notification on the Documents API section: The Documents API will be deprecated as it will shortly be merged with Zoho Docs. Is there documentation on how to use the Zoho Docs API to push documents specific to project IDs? We need to make sure files are submitted and match to projects, not submitted to a large disconnected repository. Thank you-
Diferent PROJECT ID same project!
Hi, we are doing an integration of Zoho Project with our personal platform, to control the total time of projects from client/programer, but since you deliver the new API, almost all project got a new id/token, so all project are duplicated. That new id/token come from the new API, or im wrong ?
Create a Zoho Support Integration with Projects
We have clients who use zoho projects. Often they have issues that are directed to support. It would be great if they could access their support portal and open tickets and see them right within zoho projects. Please consider adding this.
Zoho API getting projects for portal error
Hi, I'm trying to extract the the projects for a portal through the API. Through my C# implementation I'm getting a 400 bad request when attempting. Furthermore, when I try to do it through my web browser, using the following link: https://projectsapi.zoho.com/restapi/portal/[MYPROJECTID]/projects/?authtoken=[MYTOKEN] and end up with a a response like this: This page contains the following errors: error on line 1 at column 492: Opening and ending tag mismatch: br line 0 and div.
Time sheet API
Hi, is it possible to get a project's time sheet of previous years ? lets say, year 2013 ? does the api only able to give logs of the current year ? It isn't an issue of wrong URL request or parameters, because it's working on all other projects calls, that have timeline intervals around 2014. For example, this works - " https://projectsapi.zoho.com/restapi/portal/sinapis/projects/72092000002761009/logs/?authtoken=9c254cf040b9688fcf87c592ec660012&users_list=all&view_type=month&date=09-15-2014&bill_status=All&component_type=task"
How to retrieve All Time Logs with the Zoho API?
I've been referencing the docs at All Time Logs, and tried every combination of parameters I can think of to get the demonstrated output, but always get this returned ( Code 6832 merely means "The request sent by the client was syntactically incorrect.", so is no help at all). <error>
<code>6832</code>
<message>Input Parameter Does not Match the Pattern Specified</message>
</error>
I need to get all the timesheet entries for a given month for billing purposes - does anyone know how to "syntactically
Confusion about API Keys, AUTHNUMs and calling the API
Maybe I'm an idiot, but there are several things that I quite apparently don't understand: 1. In the Developer Space, my Zoho Account shows: ZSC Key : 58ce85e37ff06669de6bb021c1f821f7 and a button to regenerate it 2. The API documentation talks about being logged in from a browser to get an AUTHNUM from https://accounts.zoho.com/apiauthtoken/create?SCOPE=ZohoProjects/projectsapi 3. I am able to list all the projects using the browser-generated AUTHNUM and using the example PHP Code at https://www.zoho.com/projects/help/rest-api/examples.html.
Recurring Tasks?
Is there any way, in any of the Zoho categories, to create a recurring task? In my office we keep a daily to-do list, and some tasks recur every day, some every week. It would be a waste of time to have to type them in every day...
if condition for hiding a field
hi i have a single line called "Project Name". When i click Project Enquiry from drop down then Project Name should be visible else it should be hide.. Plz Help.. Regards, megha
Access to Service Hooks
As an account owner and admin, I can see the service hooks tab within a project. However, one of our staff users, who has full admin privileges, is unable to see the Service Hooks tab. Am I missing a setting to allow this?
Timesheets API Zoho Projects
What is the maximum amount of records to search API with the GET method , which the daily and monthly limit ? API Gets all the time logs in the given project. Thank you !
ZOHO Rest API, some tasks are missing for some projects?
Hi im trying to get tasks for all my projects, im looping index and range upto total task count. but for some of the projects 2, 3 tasks are missing but actually its shows it in task count. for example if i have 271(open+ closed) tasks for a particular project it returns only 267 tasks as response 4 tasks where missing, i cant find why this happening. can any one have any idea about this?. any one please help me. Thanks.
ZOHO Rest API, how to get more than 100 tasks for a project?
Hi to all. im trying to get tasks and taskslist, for a single project i have 200 to 3500 tasks but using zoho rest api i can only get 100 tasks for a project. any one help me to get all my tasks. is i have to use any other parameter more than mentioned in api?
How To Get Bug History?
I am trying to develop an application which uses ZOHO APIs to get data from zoho server. I am using following API to get bugs from zoho. https://projectsapi.zoho.com/portal/niplsap/api/private/json/bug/getprojbugs?authtoken=authToken&projId=projectId&from=from&range=range It works fine , I am getting all bugs of projects but it returns only recently updated record of bug (i.e. Last modified record). My requirement to get whole history of that particular bug not only recent record , I want whole History
access error
Hi, I am getting the following error in browser ,when i try to access the below URL : https://projectsapi.zoho.com/restapi/portals/ Error ------ <error> <code>6500</code> <message>General Error</message> </error> Anyone, Please help on this
ZOHO Rest API, how to get timelog?
im trying to get timesheet for all users by passing project id and all the parameters which are mandatory, but always im getting empty string as response. im using zoho Rest API. anyone please help me on this.
How to get user ID or authentication token for all users in a project
I am working with zoho projects API to get time log for all users in entire portal. Can somebody help on this to achieve the solution. Thanks in Advance. Prakash kannan K
ZOHO Rest API, timelog parameters?
Hi to all, im trying to get time log by passing timesheet url which we get under tasks, but always im getting "general" error or "bad request" error, can any one tell me what are the parameters i have to send with this url.
Announcing New REST API: Existing API deprecates September end.
We provide an API that lets developers push and pull data to and from Zoho Projects and create app mash-ups. We are now launching a fully revamped version 2.0 of this, that comprises of REST API. We would be deprecating the existing API by September end.
Next Page