Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 862 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 862 Bytes

Autotask Operations

Status: Build status NuGet

Overview

Provides a tool that generates the required xml for Autotask Api queries in a user friendly format.

Installation

Install-Package Autotask

Usage

basic query syntax

<Entity> <Property> <Operand> <Value>

Example: All Contracts with an id greater than 0

const string query = "Contract id GreaterThan 0";
XDocument result = Query.Generate(query);

Links

Disclaimer

This project is in no way affiliated with Autotask.