Assuming workspaces is required, the following 5 results were found.
zoho.bookings.getAvailableSlots(, , , ); Set up your connector with the following scope: zohobookings.data.CREATE Get the workspaces: // // get workspaces r_WorkspaceResults = zoho.bookings.getWorkspaces("joels_connector"); l_Workspaces =...
to change this was: Connect to your Team Foundation Server (for me this was already done) Go to File > Source Control > Workspaces Edit... the workspace which is causing the problem Change the local folder All the files on TFS should copy over to your...
= "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: m_Params.toString()...
// // 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...
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...