This is a sample C# project that logs into Quantify and lists all of the jobsites in a console window. It also lists all of the users in Quantify.
To use this project, unzip it and open the solution in Visual Studio. Quantify must be installed and you’ll need an valid account that has access to jobs. Be sure to set your references to the 3 dll’s in the Quantify install folder.
Quantify.API.cs.zip (5.1 KB)
REQUIREMENTS: Quantify must be installed and you must be able to successfully connect to your datasource first. The installer will install all of the necessary prerequisites, such as the .NET runtime. A successful connection creates the appropriate connection settings in the C:\ProgramData\Avontus\Quantify\Settings\ folder. After that, you can uninstall Quantify.
NOTE: The API must be used if you wish to view/add/edit/delete any data in Quantify. Directly attaching to the database in SQL Server or modifying the default schema will nullify your support contract.
THE SAMPLE CODE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. USE OF THIS APPLICATION PROGRAMMING INTERFACE (API) IS SUBJECT TO YOUR END-USER LICENSE AGREEMENT (EULA) AND THE TERMS AND CONDITIONS OF YOUR SOFTWARE ASSURANCE AGREEMENT.
“Avontus” and “Quantify” are registered trademarks of Avontus Software Corporation.
Copyright© 2008-2020 Avontus Software Corporation.