6500 General Error when uploading files for a comment via the API
Hello, I am trying to create a comment for a task via the API, and upload files in the task comment. When I use Postman, everything works fine, both the comment and files are added. However, when I use axios in Node.js to send a POST request, I am getting
Updating Completed_on field in a Task
Is there a way to update the completed_on or completion_date field on a Task, whether it be when closing it or after it is closed.
Sigma and OneDrive
Hey everyone, I'm currently looking into creating a custom extension that integrates Zoho Projects and OneDrive. Currently, I have it as far as reading items from OneDrive, which is dandy and all, but am looking to expand into file uploading. I would
Sending data from Zoho Projects to Zoho CRM
Dear community Hope you all are doing great! I'm opening this thread to understand how can I setup the following workflow between my Zoho Projects portal and my Zoho CRM portal: In my project, let's call it PROJECT X, I have new incoming bugs registers
Custom Fields Values not gettimg set by Create Task API
Hi, I am trying to set custom fields on task from external platform. Task is getting created successfully but the custom fields not getting set in Task. I tried various ways to add custom fields values In Request JSON while sending request along with other paramete. Task created successfully but custom fields not getting set. URL: "https://projectsapi.zoho.in/restapi/portal/[portalName]/projects/[ProjectName]/tasks/"; Tryout 1: var postData={ "name":taskName, "flag":"internal", "person_responsible":assignTo,
Update Record Example Deluge Script
Hi, I need to write a deluge script to update a Projects task. Since the "update" API asks for "Record Id" , I must fetch the task first, then update it. Here the issue is that: I must pick the Task Id from the response object of the getRecords API,
Scope with Multiple Tokens
Hey everyone, This might just be me being a rookie, but I'm not understanding how to pass multiple tokens for a given request. For example, I'm trying to retrieve all the documents for a given project via https://www.zoho.com/projects/help/rest-api/documents-api.html#alink1.
Update Task reminder_string formatting
Hello, I'm trying to update a task's reminder settings using the API, and I believe the reminder string is formatted correctly, yet updates aren't taking effect. The call "succeeds", but returns no task details. The reminder string is formatted as such:
Assign Project Owners through API.
Hi, We have integrated our backend database to Zoho Projects. Hence any project created in our database will also be created in Zoho Projects. Everything works fine, but my only concern is that I'm not able change the owner of the project. By default it takes the admin as the project owner. Is there a way where we can assign the project owner dynamically during the API Sync. Regards, Christ
Possible to link google drive extension via API?
Hi, We use the google drive extension to link project to our google drive. We use Zapier to automatically create a project folder structure in the google drive on the creation of a project in zoho projects. Is it possible to close the loop by linking
API:Owner id on project
How to set the owner on the project thru API
Adding a new project with Template, the end date does not reflect.
Hi, Using the API {POST /portal/[PORTALID]/projects/} it all works perfectly. Once howevery a template ID is introduced, suddenly the end_date is not reflective in ZOHO projects. There are no errors returned and it works perfectly besides the end date
Create Bug API - Input Paramenter Missing
Hi there, I'm trying to create a bug passing the following JSON - { authtoken : authtoken, title : 'Test bug #1', description : 'Test bug example one' } however it is returning {"error":{"code":6831,"message":"Input Parameter Missing"}} any thoughts?
Zoho Project Link
Hello, Is there a way to obtain Zoho Project/Task Links from Project/Task ID? https://projects.zoho.com/portal/[portal]#dashboard/999999999999999 https://projects.zoho.com/portal/[portal]#todomilestones/99999999999999999 Best Regards.
Issue when creating a Project with a specific Template
I have been using this api in php to create Projects using templates that have already been made. However when I try to create a project with a certain template, I get a 204 response and the project is not created. I am able to use this template in Postman
Add Baseline methods to API
There are no API methods for creating or querying baselines, Use case: Customer is notified of the current project start date according to plan via another product/integration. We would like to auto create a baseline (Automated via API) at the point
Zoho Projects API request for Milestone & Tasklists Issue
Hi, When i send a request to get all the milestone for a project below response is received Request https://projectsapi.zoho.com/restapi/portal/*****/projects/***/milestones/?index=0&range=25&status=all Response { "error": { "code": 6500, "message": "General Error" } } When i send a request to get all the task lists for a project below response is received Request https://projectsapi.zoho.com/restapi/portal/*********/projects/***********/tasklists/?index=0&range=100&flag=external
Copying Pre-defined Subtasks
Hey everyone, I'm looking to copy existing Subtasks from one Task to another. Currently, I have a user that wants to define a series of Subtasks within Zoho, that I can then read and apply to a newly generated task through the API. I know I can generate
How do I generate a URL to a Bug using information from the Zoho Project API?
I'm trying to create a URL to a bug detail page using information pulled from the Projects API. I have used the API call https://projectsapi.zoho.com/portal/{PortalName}/api/private/{xml/json}/bug/getprojbugs to successfully pull a list of bugs in a project. The XML returned has what appear to be GUIDs that uniquely identify the bugs - how can I use them to generate a URL that will link to the bug in the live Zoho app?
Is it possible to set a Project's layout through the API?
Hey all, I've looked at the documentation regarding the question at: www.zoho.com/projects/help/rest-api/projects-api.html All I can find are ways to read the layouts for the projects through the API, but I need to set the default one to something other
Tasklist based on templates
Hi, Can someone explain how to create a task list using an existing template. There is no information in the documentation on how to do this http://www.zoho.com/projects/developers/tasklists-api.html#1 Thanks
Guaranteed Attributes for Various IDs
Hey everyone, I’m writing a program that hooks into the Zoho Projects API. I’m looking to store references to some of the ID strings retrieved from various calls. What kind of guarantees are there for various ID string lengths, types, etc? I’m currently
Creating new task API giving input parameter missing
I am using ZOHO Portal API to create new Task. The documentation says only Name is required. However i have tried to send everything via APi but still i am getting input parameter missing. Here are the fields I am sending via POST along with the url
Zoho Projects Task Work Time to Actual Time
Hello All - I was wondering if anyone knew if there was a way in Zoho Projects to achieve the following result... If a task has work hours of .5, and the user did not start the timer or log any hours, is there a way to populate the actual time automatically
Copying data from WorkTime to Zoho
Hello! I want to try Zoho Project Management, but I have a couple of questions: 1. Is it possible to transfer data from other software? I'm talking about Jira/WorkTime. 2. If yes, in what format do I need to do it? XML? .MPP? .MPX? Thank you
Self Client, Zoho Projects, and User-level authentication
Hey everyone, I'm new to this style of development, and have some questions. I'm looking to develop a C# application that hooks into a company's Zoho Projects to read/write/do whatever. I have a Self Client setup, and the OAuth2 working just fine. What I'm looking to achieve is require the users of the application to authenticate or login using their Zoho account against the company's project permissions. I may be poorly wording it, so for example. - I launch the application, and generate the application's
Error code 6831 when trying to get time logs
Trying to use the API in Python. Passing this code: rest_url = 'https://projectsapi.zoho.com/restapi/portal/' headers = {'Authorization': 'Zoho-oauthtoken ' + access_token} params = {'index': 3, 'range': 1, 'approval_status': 'all', 'users_list': '[USER_ID]', 'view_type': 'week', 'date': '08-01-2020', 'bill_status': 'All', 'component_type': 'task'} r = requests.get(rest_url + '[PORTAL_ID]/logs', headers=headers) r.json() Results in the following error {'error': {'code': 6831, 'message':
On event of create Zoho project make external restservice call
Hi , I am all new to zoho project. What I want to do is whenever user create project or tasklist in ZOHO project, on the create action I want to make external rest service call. How can I do this.
ZOHO Rest API, how to get Tasklist for a task?
Is there any way to get tasklist for a task (by passing task id) using Rest API. im binding time log but in time log im only getting task,notes and other details. i have to bind tasklist also. any one please help me on this. thank u.
Create new Zoho Projects groups through Deluge
Hi, I'm currently writing a custom function that transfers some data from a particular Zoho CRM deal to its respective project in Zoho Projects. The project in Projects is updated if it already exists, else it is created. I'm using APIs to do so and it's working great so far. However, I can't find an api call syntax which allows me to create new Projects groups programmatically; I'd like my Projects groups to be named after a particular field in CRM, which is the same in deals that are related.
What is the scope for Project Statuses via API in Zoho Projects?
I do I change the project status via API? I think the URL is https://projectsapi.zoho.com/restapi/portal/[PORTAL]/projects/[PROJECTID]/statuses/ But I'm not sure what scope to use. I would like to update and get the status.
How to get Task Custom Fields Ids
Hi All, I hope you all are doing well!!! I am creating projects and Tasks in ZOHO from an external platform. I have created a custom field in the task. And now I want to set that Field value while creating new task using API . So I want id of the custom field. Where I can get Task custom field id. Which API should I use to get id of Task custom field? and again can I see the custom field id on Zoho project UI.??
Project Custom Field API
Hello, I can't find where i'm able to retrieve the projects custom fields informations with the API. What is the GET function i should use?
Zoho>>Project>> logs API not working
URL:https://projectsapi.zoho.in/restapi/portal/c******d/projects/232********873/logs/ Method : GET Headers: Authorization:Bearer 1000.1****b1 users_list:6****0 view_type:month date:05-01-2020 bill_status:Billable component_type:general Response: { "error": { "code": 6831, "message": "Input Parameter Missing" } } ///---------------------------------------- Also tried: Method: GET URL:https://projectsapi.zoho.in/restapi/portal/c******/projects/21*******23/logs/?authtoken=Bearer
Projects API timelogs
Hello, I'm moving my platform that uses Zoho Projects API no the new Zoho Projects REST API and i'm facing some problems getting the timelogs. What is view_type and date? Is there any way of getting my all time logs of the given project without specifying a particular day? My intention is to get all time logs of all days.
How Can I Sync or Setup Holiday or PTO of users on ZOHO Projects
How Can I Sync or Setup Holiday or PTO of users on ZOHO Projects 1. User of our zoho project app should be able set his vacation time on their space and during that time task / project should not assigned to them. I know the feature is not available at the moment but we would like to know if it is in plan. If yes then when it is going to be released. Thank you@ mahendra [at] gkblabs [dot] com adi [at] gkblabs [dot] com 408.757.0199 FREE
How do I get the tasks which associated with issue?
My bug have a task associated in Zoho Projects. I wrote the custom function with this code: response= zoho.projects.getRecordById("xxx", xxxxx ,"Bugs", xxxxx); I got the bug response information but it did not included any tasks which were associated. How do I write the code to get the bug with task associated? I read the help from : https://www.zoho.com/deluge/help/projects-tasks.html https://www.zoho.com/projects/help/rest-api/bugs-api.html
Get Timesheet Logsfor AllProjects and All dates
Hi Team, Currently i am able to get the log of a single project for a given month using below browser call. https://projectsapi.zoho.com/restapi/portal/[Portalid]/projects/[projectid]/logs/?authtoken=[auttoken]&users_list=all&view_type=month&date=12-12-2016&bill_status=All&component_type=task But I need to export the time sheet logs for all projects up to current date with a single request using your api. Kindly let me know the id for Allprojects and the way to specify the date range Thanks
Zoho Projects - REST API Wrappers
If you are using our REST API, you must check out our wrappers to make it even more simple. You simply need to download the wrapper of your choice, drop into your project and start working. You need not worry about the parameters and interfacing details, everything is already bundled in our wrappers. Zoho Projects has official API wrappers for the following languages: For Java https://github.com/zoho/projects-java-wrappers For ObjectiveC https://github.com/zoho/projects-objectivec-wrappers For
Accessing a Custom Field when creating a Task with Zoho Projects API
We've created a custom field called Target Date through the Zoho Projects Portal, and are now trying to access that field with information I'm passing to it. First we thought just formatting it as a JSON string by hand would work, but it didn't so we looked into the structure more. When we get the project details of a task that already includes a Task Date, we get this structure: 'custom_fields' =>
array (size=1)
0 =>
array (size=3)
'column_name' => string 'UDF_DATE2'
Next Page