This repository contains example code for integrating with the SRS API.
In the examples folder you will find C#, JavaScript, & VBA examples for integrating with the API.
- You'll need to download and install .Net 4.6 or greater
- You'll need to download and install LINQPad 5 or Visual Studio Community
.linqfiles contain C# code which can be used in a normal.csfile.
- Examples are written in ES5 syntax with jQuery 3.1.0 though it should be backwards compatable down to JQuery 1.8.
- Output is logged to the console
- Enable the Developer Tab in your target application (Word, Excel, Access, etc.)
- You'll need to add a reference to:
Microsoft XML, v6(should work with any version)
- You'll need a valid user account to access the API
- You'll need the
basepathto access the APIhttp[s]://[yourSeverName]/SRSAPI/Generic
API documentation is available for your installed version of the API on your production server.
Visit http[s]://[yourServerName]/SRSAPI/Generic/Help
- Check out our CONTRIBUTING guidelines
- Check out our issues list.