C# SDK
The C# SDK wraps the raw HTTP based API of Zoho Analytics with easy to use methods for the C# .Net platform. This enables C# .Net developers to easily use Zoho Analytics API.
Environment Required: .NET 6.0
CSHARPDOCS
DOWNLOAD C# SDK:
Download the C# SDK (dll) based on ZohoAnalytics Server URI.
For 32 bit
For 64 bit
Add reference to your C# Projects using these .dll files. With this you will be able to perform Zoho Analytics API operations using the available functions.
RELEASE NOTES
- 2.6.0
- 2.5.0
- 2.4.0
- We upgraded our C# SDK from
.NET Framework 4.5
to.NET 6.0
, transitioning from the legacy framework. Enjoy improved performance and compatibility as we align with Microsoft's latest improvements. - Newly added APIs
- We upgraded our C# SDK from
- 2.3.0
- Newly added APIs
- 2.2.0
- 2.1.0
- Newly added APIs
- Changes on existing APIs
- Copy Workspace: Added a new attribute "destOrgId" to choose the destination Org Id.
- Copy Views
- Added a new attribute "destOrgId" to choose the destination Org Id.
- JSONArray of "sourceViewId" and "destViewId" is returned in the response.
- Copy Formulas: Added a new attribute "destOrgId" to choose the destination Org Id.
- Saveas View: Newly created viewid is returned in response.
- 2.0.0
- Initial release of the Client Library for Zoho Analytics V2 API's.