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.
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 all timesheets of all projects of specific date from API
I can get all timesheets of all projects of specific date with this call : GET /portal/[PORTALID]/projects/[PROJECTID]/logs/For all getting, this action is called for each project ant do that is not very good... Does it exist a call which I ignore, as GET /portal/[PORTALID]/logs/[DATE] ?
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
Next Page