C# SDK
The C# SDK wraps the raw HTTP based API of Analytics Plus with easy to use methods for the C# .Net platform. This enables C# .Net developers to easily use Analytics Plus API.
Environment Required: .NET 6.0
CSHARPDOCS
DOWNLOAD C# SDK:
Download the C# SDK (dll) based on MEAplus.Server URI.
For 32 bit
US DC : https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.6.0/lib/us/csharp/x86/MEAplus.dll
EU DC : https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.6.0/lib/eu/csharp/x86/MEAplus.dll
IN DC : https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.6.0/lib/in/csharp/x86/MEAplus.dll
AU DC : https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.6.0/lib/au/csharp/x86/MEAplus.dll
CN DC : https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.6.0/lib/cn/csharp/x86/MEAplus.dll
JP DC : https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.6.0/lib/jp/csharp/x86/MEAplus.dll
For 64 bit
US DC : https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.6.0/lib/us/csharp/x64/MEAplus.dll
EU DC : https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.6.0/lib/eu/csharp/x64/MEAplus.dll
IN DC : https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.6.0/lib/in/csharp/x64/MEAplus.dll
AU DC : https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.6.0/lib/au/csharp/x64/MEAplus.dll
CN DC : https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.6.0/lib/cn/csharp/x64/MEAplus.dll
JP DC : https://downloads.zohocdn.com/analytics-api-desktop/restapi/v2/2.6.0/lib/jp/csharp/x64/MEAplus.dll
Add reference to your C# Projects using these .dll files. With this you will be able to perform Analytics Plus 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.5to.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 Analytics Plus V2 API's.