Assuming restapi is required, the following 5 results were found.
v_BaseURL = "https://projectsapi.zoho.com"; v_Heading = ""; // // get all portals v_EndpointPortals = v_BaseURL + "/restapi/portals/"; r_Portals = invokeUrl [ url: v_EndpointPortals type: GET connection: "my_projects_connection" ]; info r_Portals; // //...
a")); m_CreateTimeLog.put("notes",v_WorkNotes); v_Url = "https://projects.zoho.eu/restapi/portal/"+v_PortalID+"/projects/"+v_ProjectID+"/"+v_TaskOrIssue+"/"+v_IssueID+"/logs/"; r_CreateTimeLog = invokeurl [ url :v_Url type :POST...
and view v_WorkspaceID = "123456000000123456"; v_TableID = "12345600000123457"; v_Endpoint2 = "https://analyticsapi.zoho.eu/restapi/v2/workspaces/"+v_WorkspaceID+"/views/"+v_TableID+"/rows"; r_AddRow = invokeurl [ url: v_Endpoint2 type: POST parameters:...
// // generate the endpoint to read the analytics metadata on the syncs v_Endpoint = v_BaseURL + "/restapi/v2/workspaces/" + v_WorkspaceID + "/datasources"; // // send the request r_Analytics = invokeurl [ url :v_Endpoint type :GET headers:m_Header...
need to be a string... but this is working m_Config.put("CONFIG",m_Params); v_Endpoint = "https://analyticsapi.zoho.eu/restapi/v2/workspaces/" + v_ZA_WorkspaceID + "/views/" + v_ZA_ViewID + "/data"; // // send request r_PurchaseOrders = invokeurl [ url...