AutoTask.Api
1.7.9
dotnet add package AutoTask.Api --version 1.7.9
NuGet\Install-Package AutoTask.Api -Version 1.7.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AutoTask.Api" Version="1.7.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AutoTask.Api" Version="1.7.9" />
<PackageReference Include="AutoTask.Api" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AutoTask.Api --version 1.7.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AutoTask.Api, 1.7.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AutoTask.Api@1.7.9
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AutoTask.Api&version=1.7.9
#tool nuget:?package=AutoTask.Api&version=1.7.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AutoTask.Api
To install the AutoTask API in your project, add the nuget package:
AutoTask.Api
To execute a query using the AutoTask query language, use code as follows:
var client = new Client(autoTaskCredentials.Username, autoTaskCredentials.Password);
var version = await client.GetVersion();
var result = await client
.ExecuteQueryAsync("<queryxml><entity>Account</entity><query><field>id<expression op=\"greaterthan\">0</expression></field></query></queryxml>")
.ConfigureAwait(false);
Contributions welcome!
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Microsoft.Extensions.Logging (>= 10.0.6)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.6)
- Microsoft.Extensions.Options (>= 10.0.6)
- Newtonsoft.Json (>= 13.0.4)
- System.Security.Cryptography.Xml (>= 10.0.6)
- System.ServiceModel.Duplex (>= 6.0.0)
- System.ServiceModel.Http (>= 10.0.652802)
- System.ServiceModel.NetTcp (>= 10.0.652802)
- System.ServiceModel.Security (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.7.9 | 35 | 4/17/2026 |
| 1.7.2 | 7,678 | 12/23/2024 |
| 1.6.24 | 280 | 11/13/2024 |
| 1.6.11 | 32,453 | 6/30/2020 |
| 1.6.9 | 727 | 6/12/2020 |
| 1.6.7 | 783 | 6/8/2020 |
| 1.6.5 | 36,731 | 4/9/2020 |
| 1.6.2 | 691 | 3/24/2020 |
| 1.6.1 | 691 | 3/23/2020 |
| 1.4.14 | 2,363 | 1/11/2020 |
| 1.4.13 | 648 | 1/3/2020 |
| 1.4.7 | 750 | 9/30/2019 |
| 1.4.6 | 735 | 9/30/2019 |
| 1.4.4 | 781 | 9/20/2019 |
| 1.4.2 | 737 | 8/29/2019 |
| 1.3.9 | 743 | 8/17/2019 |
| 1.3.3 | 714 | 8/17/2019 |
| 1.3.2 | 772 | 8/5/2019 |
| 1.2.0 | 757 | 8/5/2019 |
| 1.1.0 | 749 | 8/5/2019 |
Loading failed
Upgraded NuGet references to avoid use of vulnerable packages.