Zoho account and API Zoho Project
Good afternoon, I am making an implementation of the Projects API, when I make the request for User Authorization Can I add the client's site as an authorized site in my Zoho account so that it does not ask me for authorization again?
Can't specify index and range for tasklogs.
I'm using the GET method of the Zoho Projects API to get the tasklogs of a specific task and I'm facing some trouble. It seems that tasklogs are not responsive to the "index" and "range" params, as its length is allways 99, no matter what values I pass to these params. Please kindly let me know how can tasklogs "range" param can be set. For more clarification, bellow you can find the steps I followed in python: import pandas as pd import requests import json url = "https://projectsapi.zoho.com/restapi/portal/+portal_id+
Unable to set Task Status using Zoho Project REST API
I went through all the documentation for the API and did many tests. I am able to GET the task's current status but i would like to be able to set the status using the API on CREATION or on UPDATE but can't find any way ?? Is there a trick i missed or can you tell me if there will be a new version of the API soon because it's lacking many functionnality like being able to read the "Start after X hours" of the project templates. Thank you.
Why are id and id_string different?
In the ZoHo Projects API, the returns often contain two fields, id and id_string Often they are the same, but on some records they are different, and experience has taught us that the id_string value is the one that will work in further API calls. I'd like to know what is the difference between the two fields, and what are their intended uses? This can be quite annoying -- for example, calling /portal/[PORTALID]/mytasks/ will return a list of tasks, including the task's project id. Unfortunately,
404 error when creating a timesheet in ZoHo Projects
I'm trying to create a time log for a task in ZoHo Projects (aka Add Time Log for a Task). 1. I have create access (oAuth sets authority to ZohoProjects.timesheets.ALL) 2. I am using php and cURL 3. I am sending a POST request to https://projectsapi.zoho.eu/restapi/portal/200XXXXXXXX/projects/XXXXX000000053053/tasks/XXXXX000000196860/logs/ (I've replaced the actual IDs with some Xs) 4. The http header includes my access token -- this is all in order, as I can use it to make other requests 5. The
How can you get the current user name with the Portal API
When using the Portal API, you log on using oAuth. However, the process only returns the currently logged-on user ID. Is there any way I can use this to recover the current user's name and email?
Google Drive integration to Zoho Projects
The Dropbox integration is awesome, but it would be really nice if we could do the SAME exact thing that you have done with Dropbox with Google Drive. This would keep some of us from having to pay for two seperate cloud storages.
Not getting TimeSheet logs for a portal.
When I try to get timesheet for my portal irrespective of any project, it is showing wrong URL. I get : {"error":{"code":6891,"message":"Given URL is wrong"}
SocketError: Failed to open TCP connection
Hello everyone, I have the following problem and I kindly ask anyone to help with. When I tried to make a request to Zoho API by the following endpoints: - users (https://www.zoho.com/projects/help/rest-api/users-api.html) - tasks (https://www.zoho.com/projects/help/rest-api/tasks-api.html) - bugs (https://www.zoho.com/projects/help/rest-api/bugs-api.html) - projects (https://www.zoho.com/projects/help/rest-api/projects-api.html) I’ve got this error (I think it is related with SSL): SocketError:
Stuck getting refresh token
string url = "refresh_token=" + rtoken; url += "&client_id=XXX; url += "&client_secret=XXX"; url += "&redirect_uri=https://portal.client360services.com/zoho/auth.aspx"; url += "&grant_type=refresh_token"; WebRequest request = (HttpWebRequest)WebRequest.Create("https://accounts.zoho.com/oauth/v2/token"); byte[] data = Encoding.ASCII.GetBytes(url); request.Method = "POST"; request.ContentType = "application/x-www-form-urlencoded";
Problem with Projects API and get projects
Hi, I have a problem with rest api. I want to get projects calling api and this worked good weeks ago, but now it don’t work. If I use Postman, it work good and I get all projects, but when I use my vb.net code it say “Error in remote server: (403) Forbidden” I tried with Authtoken and with oauth2 but the result is the same. How can I fix it? The code worked good weeks ago. Best regards,
How do I get connected user information for OAuth2 Zoho Projects?
Hi, I need to verify the role of the user connected (by OAuth2) to my third party app , but I don't which URL to poke to obtain that. I know I can get all users with : https://projects.zoho.com/restapi/portal/<redacted>/projects/<redacted>/users/ But what URL would give me ONLY the information of the connected user?
Feature Request: Airtable Integration
I am currently in a trial with a few Zoho projects and I love how it work. I will probably even get Zoho One for my team because I need most of your Apps. But there is one thing that's a deal breaker for me: no integration with Airtable. Unfortunately we are very closely tied up to Airtable. We use it for all kinds of purposes and our whole database is there. I can't see any way to migrate to Zoho simply because there are feautres that Airtable offers to use and Zoho Spreadsheet doesn't. BUT, if
Zoho Portal Api not working
Hi Team, I am getting 403 error when calling below api with correct auth token https://projectsapi.zoho.com/restapi/portals/?authtoken=xxxxxxx It was working till last week. Please suggest what changes needs to be done in the api request Thanks
Gitea integration
Hi. Zoho Bugtracker/Projects integrated with Bitbucket and Github. Can you integrate it with Gitea? https://gitea.io/ Gitea already support Webhooks https://docs.gitea.io/en-us/webhooks/
Is it possible to create pages using API?
Hello! Can I create pages (wiki) for projects? I couldn't find endpoints for this task.
Not able to fetch log for "Non Billable" tasks through ZOHO API even after passing the input parameter - "bill_status":'All' or "bill_status":'Non Billable'
Using ZOHO Projects API to get the Timesheet data, I can get only log for Billable tasks and not Non Billable tasks even when there are Non Billable tasks logged by the user. params = {"users_list": values, "view_type":'month', "date":'12-01-2018', "bill_status":'All', "component_type":'task'} I have set the bill_status to all but the results are showing only Billable tasks. Please look into this at your earliest possible.
API for Zoho Bugtracker
Hi. Do you have the API for Zoho Bugtracker?
Gitea integration
Hi. Bugtracker integrated with Bitbucket and Github. Can you integrate it with Gitea? https://gitea.io/ Gitea already support Webhooks https://docs.gitea.io/en-us/webhooks/
Zoho Bugtracker API
Hi. Do you have the API for Zoho Bugtracker?
Zoho Project API - Comment post behalf of user from admin account
Hello, We're trying to integrate slack bot with Zoho API's. We wanted to make a feature where some one post there reply in slack then that reply comes and posted in particular task from that user. To achieve that add comment API should accepts user id or added by details. But right now its not accepting it. Can anyone help on this.
Is it possible to create users using API?
Hello! I was looking for possibility to add more users using Projects API. In docs described only 'Get All Users'
Impossible to move tasks from a tasklist through the API
Impossible to move tasks from a tasklist through the API. It worked two days ago ... what happened? I am using the following parameters according to your documentation: - ZohoProjects.tasks.UPDATE - tasklist_id I get the following error: "{ "error": { "code": 6500, "message": "General Error" } } " What can I do??
Delete an uploaded file
I had uploaded a document in document 's tab and I cannot delete it in order to upload a new version. Any idea?
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.
Next Page