Assuming baseurl is required, the following 3 results were found.
Here's some code to get the last 50 events: // // *********************************** // get Zoho Projects information v_BaseURL = "https://projectsapi.zoho.com"; v_Heading = ""; // // get all portals v_EndpointPortals = v_BaseURL + "/restapi/portals/";...
= "?"; m_DataSourceInfo = Map(); // // read the TLD (eu or com or com.in) from the URL when logged into Zoho Analytics v_BaseURL = "https://analyticsapi.zoho.com"; // // to get workspace ID, look at the URL in ZohoAnalytics and take the number straight...
v_ClientSecret = r_ShopifyAPI.Client_Secret; v_ShopifyApiVersion = r_ShopifyAPI.API_Version; v_Shopify_BaseURL = "https://" + v_ShopID + ".myshopify.com"; // m_Header = Map(); m_Header.put("Content-Type","application/json"); // The access token is the...