LogicMonitor.Api 3.222.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package LogicMonitor.Api --version 3.222.6
                    
NuGet\Install-Package LogicMonitor.Api -Version 3.222.6
                    
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="LogicMonitor.Api" Version="3.222.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LogicMonitor.Api" Version="3.222.6" />
                    
Directory.Packages.props
<PackageReference Include="LogicMonitor.Api" />
                    
Project file
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 LogicMonitor.Api --version 3.222.6
                    
#r "nuget: LogicMonitor.Api, 3.222.6"
                    
#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 LogicMonitor.Api@3.222.6
                    
#: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=LogicMonitor.Api&version=3.222.6
                    
Install as a Cake Addin
#tool nuget:?package=LogicMonitor.Api&version=3.222.6
                    
Install as a Cake Tool

LogicMonitor.Api

The LogicMonitor REST API nuget package, authored by Panoramic Data Limited.

Nuget Nuget License: MIT Codacy Badge

If you want some LogicMonitor software developed, come find us at: https://www.panoramicdata.com/ !

To get started, watch the videos here:

http://www.panoramicdata.com/products/logicmonitor-api-nuget-package/

A simple example:

using LogicMonitor.Api;

[...]

public static async Task GetAllResources(ILogger logger, CancellationToken cancellationToken)
{
	using var logicMonitorClient = new LogicMonitorClient(
		new LogicMonitorClientOptions
		{
			Account = "acme",
			AccessId = "accessId",
			AccessKey = "accessKey",
			Logger = logger
		}
	);

	var resources = await logicMonitorClient
		.GetAllAsync<Resource>(cancellationToken)
		.ConfigureAwait(false);

	Console.WriteLine($"Resource Count: {resources.Count}");
}
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on LogicMonitor.Api:

Package Downloads
LogicMonitor.Datamart

LogicMonitor Datamart

Serilog.Sinks.LogicMonitor

Serilog sink for LogicMonitor's LM Logs

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.222.11 310 9/13/2025
3.222.10 472 9/12/2025
3.222.8 175 9/12/2025
3.222.7 312 8/12/2025
3.222.6 183 8/12/2025
3.222.5 294 7/5/2025
3.222.3 408 6/24/2025
3.222.1 435 5/21/2025
3.220.3 349 4/26/2025
3.216.6 775 3/5/2025
3.216.4 252 2/18/2025
3.216.3 203 2/18/2025
3.216.2 211 2/18/2025
3.216.1 256 1/26/2025
3.213.7 148 1/26/2025
3.213.4 425 11/30/2024
3.212.7 262 11/13/2024
3.212.5 312 11/11/2024
3.212.4 168 11/11/2024
3.211.20 376 10/22/2024
3.211.19 196 10/22/2024
3.211.17 218 10/21/2024
3.211.14 314 10/9/2024
3.211.12 215 10/9/2024
3.211.9 204 10/4/2024
3.211.8 212 10/1/2024
3.211.7 201 9/30/2024
3.211.6 178 9/30/2024
3.211.3 180 9/29/2024
3.211.2 202 9/29/2024
3.209.2 188 9/26/2024
3.209.1 860 8/31/2024
3.204.8 363 8/16/2024
3.204.6 1,376 8/5/2024
3.204.4 187 7/25/2024
3.204.3 642 5/21/2024
3.204.1 217 5/21/2024
3.203.2 344 5/8/2024
3.203.1 939 4/24/2024
3.201.19 308 4/22/2024
3.201.18 327 4/5/2024
3.201.17 327 3/26/2024
3.201.16 264 3/25/2024
3.201.14 746 3/18/2024
3.201.11 240 3/17/2024
3.201.8 257 3/14/2024
3.201.7 277 3/11/2024
3.201.4 259 3/10/2024
3.201.1 1,685 3/8/2024
3.198.10 497 3/1/2024
3.198.9 578 2/14/2024
3.198.7 387 1/30/2024
3.198.6 438 1/26/2024
3.198.3 373 1/24/2024
3.198.2 374 1/24/2024
3.198.1 360 1/23/2024
3.197.21 344 1/23/2024
3.197.20 375 1/22/2024
3.197.16 815 1/9/2024
3.197.13 389 1/8/2024
3.197.12 413 1/8/2024
3.197.11 400 1/4/2024
3.197.4 389 1/4/2024
3.197.1 402 1/2/2024
3.196.1 960 12/7/2023
3.191.28 662 10/27/2023
3.191.27 423 10/27/2023
3.191.26 525 10/23/2023
3.191.24 637 9/8/2023
3.191.23 517 9/6/2023
3.191.21 547 9/1/2023
3.191.20 558 9/1/2023
3.191.10 716 8/23/2023
3.191.1 524 8/23/2023
3.188.25 682 8/7/2023
3.188.22 669 8/3/2023
3.188.21 641 8/3/2023
3.188.18 636 8/2/2023
3.188.17 680 7/26/2023
3.188.12 767 7/17/2023
3.188.4 897 6/27/2023
3.188.2 652 6/27/2023
3.186.48 678 6/23/2023
3.186.45 629 6/28/2023
3.186.42 796 6/7/2023
3.186.27 912 5/9/2023
3.186.16 803 5/5/2023
3.186.1 872 4/26/2023
3.183.89 743 4/26/2023
3.183.71 947 4/13/2023
3.183.44 926 3/24/2023
3.183.38 953 3/20/2023
3.183.27 875 3/15/2023
3.183.13 883 3/5/2023
3.183.1 859 3/3/2023
3.182.17 873 3/2/2023
3.182.15 843 3/1/2023
3.182.11 818 3/1/2023
3.182.7 859 3/1/2023
3.182.6 893 2/27/2023
3.182.1 911 2/21/2023
3.181.52 888 2/21/2023
3.181.29 924 2/5/2023
3.181.26 881 2/5/2023
3.181.25 889 2/5/2023
3.181.24 918 2/5/2023
3.181.22 949 2/5/2023
3.181.19 896 2/5/2023
3.181.11 853 2/3/2023
3.181.7 2,109 1/29/2023
3.180.25-g8b9ef70431 778 1/9/2023
3.180.16-g8fa4a057ff 688 1/8/2023
2.179.12 450 11/15/2023
2.179.10 1,012 1/24/2023
2.179.7 941 12/19/2022
2.179.1 873 11/30/2022
2.178.8 959 11/24/2022
2.178.1 938 11/7/2022
2.177.2 1,131 11/1/2022
2.177.1 1,269 10/19/2022
2.170.1 1,054 10/11/2022
2.169.46 1,073 10/3/2022
2.169.44 1,186 9/29/2022
2.169.40 5,140 9/26/2022
2.169.34 422 11/15/2023
2.169.32 2,404 6/30/2022
2.169.22 1,680 6/10/2022
2.169.21 1,448 5/26/2022
2.169.20 1,055 5/25/2022
2.169.17 1,068 5/19/2022
2.169.14 1,087 5/19/2022
2.169.12 1,260 5/11/2022
2.169.3 1,100 4/25/2022
2.167.9 1,612 3/22/2022
2.167.3 1,142 3/17/2022
2.167.1 1,442 3/16/2022
2.165.19 1,302 3/5/2022
2.165.13 1,111 2/28/2022
2.165.12 1,089 2/24/2022
2.165.10 1,443 2/22/2022
2.165.9 1,079 2/17/2022
2.165.8 1,142 2/17/2022
2.165.7 1,159 2/17/2022
2.165.1 1,104 2/16/2022
2.165.0 1,133 2/16/2022
2.164.3 1,272 2/7/2022
2.164.2 1,577 1/31/2022
2.164.1 1,072 1/28/2022
2.164.0 1,269 1/13/2022
2.161.11 1,277 12/2/2021
2.161.10 954 12/1/2021
2.161.9 3,973 11/24/2021
2.161.5 7,372 11/23/2021
2.161.4 6,614 11/23/2021
2.161.2 6,398 11/23/2021
2.154.6 1,003 11/22/2021
2.154.5 2,334 10/17/2021
2.154.4 901 10/13/2021
2.154.3 999 10/7/2021
2.154.2 1,569 8/6/2021
2.154.1 1,023 8/6/2021
2.154.0 1,485 6/28/2021
2.151.7 3,240 6/14/2021
2.151.6 1,004 6/14/2021
2.151.5 1,310 4/24/2021
2.151.4 1,018 4/24/2021
2.151.3 1,031 4/24/2021
2.151.2 996 4/23/2021
2.151.1 1,039 4/23/2021
2.151.0 1,058 4/19/2021
2.150.1 2,103 3/25/2021
2.150.0 1,423 3/25/2021
2.147.5 1,058 3/23/2021
2.147.4 1,186 2/15/2021
2.147.3 1,810 2/12/2021
2.147.2 1,167 2/12/2021
2.147.1 1,094 2/12/2021
2.147.0 1,333 2/11/2021
2.145.1 2,552 12/1/2020
2.143.1 1,558 11/11/2020
2.142.2 1,476 10/20/2020
2.142.1 1,516 10/13/2020
2.139.4 1,307 9/16/2020
2.139.3 1,237 9/2/2020
2.139.2 1,210 8/18/2020
2.139.1 1,211 8/13/2020
2.139.0 1,174 8/4/2020
2.137.2 1,225 6/18/2020
2.137.1 1,533 6/17/2020
2.136.1 1,196 6/1/2020
2.136.0 1,530 5/29/2020
2.135.3 1,527 5/12/2020
2.135.2 1,615 5/8/2020
2.135.1 1,243 5/5/2020
2.135.0 1,255 5/3/2020
2.133.0 1,591 3/26/2020
2.132.0 1,679 3/18/2020
2.131.1 1,286 2/13/2020
2.131.0 1,362 2/12/2020
2.130.3 1,303 2/5/2020
2.130.2 1,295 2/3/2020
2.130.1 1,233 1/16/2020
2.130.0 1,261 1/11/2020
2.129.2 1,284 1/6/2020
2.129.1 1,293 1/6/2020
2.129.0 1,562 12/17/2019
2.127.4 1,326 11/12/2019
2.127.3 2,910 11/12/2019
2.127.2 3,159 11/5/2019
2.127.1 1,242 10/30/2019
2.127.0 1,800 10/28/2019
2.126.5 1,301 10/22/2019
2.126.4 1,315 10/15/2019
2.126.3 1,522 10/14/2019
2.126.2 1,201 10/11/2019
2.126.1 1,292 10/9/2019
2.126.0 1,227 10/2/2019
2.125.0 1,218 9/21/2019
2.124.0 2,962 8/24/2019
2.122.2 1,412 7/23/2019
2.122.1 1,313 7/16/2019
2.122.0 1,246 7/11/2019
2.121.4 1,332 7/5/2019
2.121.3 1,328 7/5/2019
2.121.2 1,337 7/3/2019
2.121.1 1,291 7/1/2019
2.121.0 1,284 6/18/2019
2.120.1 1,343 6/18/2019
2.120.0 1,366 6/12/2019
2.119.2 1,369 5/31/2019
2.119.1 1,383 5/31/2019
2.119.0 1,370 5/7/2019
2.118.2 1,508 4/30/2019
2.118.1 1,612 4/20/2019
2.118.0 1,415 4/19/2019
2.117.5 1,381 4/5/2019
2.117.4 1,315 4/4/2019
2.117.3 1,565 4/4/2019
2.117.2 1,533 4/1/2019
2.117.1 4,945 3/26/2019
2.117.0 1,369 3/25/2019
2.116.5 1,340 3/22/2019
2.116.4 1,929 3/19/2019
2.116.3 2,450 3/14/2019
2.116.2 1,328 3/11/2019
2.116.1 1,373 3/5/2019
2.116.0 1,410 3/5/2019
2.115.8 1,436 2/27/2019
2.115.7 1,397 2/26/2019
2.115.6 1,360 2/26/2019
2.115.5 1,388 2/25/2019
2.115.4 1,347 2/25/2019
2.115.3 2,438 2/4/2019
2.115.2 1,443 2/1/2019
2.115.1 1,456 1/31/2019
2.115.0 1,521 1/29/2019
2.114.2 1,462 1/24/2019
2.114.1 1,509 1/15/2019
2.114.0 1,441 1/10/2019
2.113.6 1,481 12/11/2018
2.113.5 1,535 12/1/2018
2.113.4 1,480 11/30/2018
2.113.3 1,499 11/26/2018
2.113.2 1,523 11/26/2018
2.113.1 1,515 11/26/2018
2.113.0 1,434 11/22/2018
2.112.5 1,524 11/20/2018
2.112.4 1,554 11/8/2018
2.112.3 1,495 11/7/2018
2.112.2 1,530 11/6/2018
2.112.1 1,539 11/5/2018
2.112.0 1,543 11/1/2018
2.111.11 1,591 10/25/2018
2.111.10 1,537 10/19/2018
2.111.9 1,598 10/19/2018
2.111.8 1,512 10/18/2018
2.111.7 1,539 10/18/2018
2.111.6 1,621 10/17/2018
2.111.5 1,543 10/16/2018
2.111.4 1,574 10/15/2018
2.111.3 1,562 10/15/2018
2.111.2 1,595 10/15/2018
2.111.1 1,593 10/12/2018
2.111.0 1,578 10/12/2018
2.110.14 1,633 10/10/2018
2.110.13 1,574 10/9/2018
2.110.12 1,598 10/8/2018
2.110.11 1,700 10/5/2018
2.110.10 1,621 9/28/2018
2.110.9 1,594 9/27/2018
2.110.8 1,578 9/26/2018
2.110.7 1,540 9/25/2018
2.110.6 1,556 9/24/2018
2.110.5 1,549 9/20/2018
2.110.4 1,606 9/19/2018
2.110.2 1,640 9/17/2018
2.110.1 1,679 9/17/2018
2.110.0 1,599 9/14/2018
2.109.12 1,619 9/12/2018
2.109.11 1,648 9/9/2018
2.109.10 1,561 9/8/2018
2.109.9 1,589 9/8/2018
2.109.8 1,683 9/5/2018
2.109.7 1,621 9/3/2018
2.109.6 1,648 9/1/2018
2.109.5 1,572 8/30/2018
2.109.4 1,556 8/29/2018
2.109.3 1,628 8/27/2018
2.109.2 1,645 8/27/2018
2.109.1 1,662 8/26/2018
2.109.0 1,617 8/24/2018
2.108.6 1,590 8/23/2018
2.108.5 1,694 8/22/2018
2.108.4 1,688 8/16/2018
2.108.3 1,666 8/16/2018
2.108.2 1,639 8/10/2018
2.108.1 1,701 8/6/2018
2.108.0 1,684 8/3/2018
2.107.3 1,703 7/26/2018
2.107.2 1,689 7/19/2018
2.107.1 1,945 7/10/2018
2.106.5 1,966 7/6/2018
2.106.4 1,722 6/26/2018
2.106.3 1,789 6/26/2018
2.106.2 2,064 6/22/2018
2.106.1 1,971 6/18/2018
2.106.0 1,948 6/15/2018
2.0.106 1,928 6/15/2018
2.0.3 1,882 6/15/2018
2.0.2 1,950 6/3/2018
2.0.1 1,931 6/3/2018
2.0.0 1,894 6/1/2018
1.12.4 1,972 5/10/2018
1.12.3 2,085 4/27/2018
1.12.2 1,965 4/19/2018
1.12.0 2,065 3/30/2018
1.11.7 1,958 3/28/2018
1.11.6 1,964 3/20/2018
1.11.5 1,982 3/12/2018
1.11.4 2,086 3/6/2018
1.11.3 1,991 3/6/2018
1.11.2 2,001 3/5/2018
1.11.1 2,035 3/5/2018
1.11.0 1,920 3/5/2018
1.10.2 2,061 3/4/2018
1.10.1 2,038 3/4/2018
1.10.0 2,003 3/1/2018
1.9.12 2,028 3/1/2018
1.9.11 1,803 2/26/2018
1.9.10 1,963 2/26/2018
1.9.9 1,933 2/26/2018
1.9.8 1,936 2/25/2018
1.9.7 1,997 2/25/2018
1.9.6 2,053 2/22/2018
1.9.5 2,019 2/20/2018
1.9.4 1,960 2/5/2018
1.9.3 2,064 2/3/2018
1.9.2 2,072 2/3/2018
1.9.1 2,000 1/27/2018
1.9.0 1,984 1/27/2018
1.8.11 1,798 10/18/2017
1.8.10 1,892 10/14/2017
1.8.9 1,810 10/13/2017
1.8.8 1,868 10/12/2017
1.8.7 1,797 10/3/2017
1.8.6 1,807 10/3/2017
1.8.5 1,815 8/27/2017
1.8.4 1,760 8/24/2017
1.8.3 1,810 8/23/2017
1.8.2 1,810 8/21/2017
1.8.1 1,778 8/21/2017
1.8.0 1,716 8/20/2017
1.8.0-beta8 1,487 8/20/2017
1.8.0-beta7 1,458 8/20/2017
1.8.0-beta5 1,495 8/20/2017
1.8.0-beta4 1,441 8/20/2017
1.8.0-beta3 1,443 8/20/2017
1.8.0-beta2 1,498 8/18/2017
1.8.0-beta 1,425 8/18/2017
1.7.6 1,762 8/9/2017
1.7.5 1,833 8/8/2017
1.7.4 1,781 8/8/2017
1.7.3 1,795 7/20/2017
1.7.2 1,817 7/20/2017
1.7.0 1,740 7/10/2017
1.6.10 1,768 7/5/2017
1.6.9 1,792 7/5/2017
1.6.8 1,821 7/4/2017
1.6.7 1,789 7/4/2017
1.6.6 1,799 7/4/2017
1.6.5 1,835 7/4/2017
1.6.4 1,819 7/3/2017
1.6.3 1,801 7/2/2017
1.6.2 1,833 7/2/2017
1.6.1 1,783 7/2/2017
1.6.0 1,814 7/1/2017
1.5.22 1,716 6/30/2017
1.5.21 1,808 6/26/2017
1.5.20 1,763 6/26/2017
1.5.19 1,810 6/22/2017
1.5.17 1,778 6/22/2017
1.5.16 1,799 6/20/2017
1.5.15 1,734 6/19/2017
1.5.14 1,798 6/19/2017
1.5.13 1,825 6/19/2017
1.5.12 1,852 6/18/2017
1.5.11 1,787 6/18/2017
1.5.10 1,838 6/18/2017
1.5.9 1,782 6/14/2017
1.5.8 1,776 6/14/2017
1.5.7 1,851 6/13/2017
1.5.6 1,745 6/13/2017
1.5.5 1,786 6/12/2017
1.5.4 1,840 6/12/2017
1.5.3 1,784 6/12/2017
1.5.2 1,747 6/12/2017
1.5.1 1,799 6/10/2017
1.5.0 1,773 6/9/2017
1.4.38 1,788 5/26/2017
1.4.37 1,832 5/22/2017
1.4.36 1,827 5/20/2017
1.4.35 1,807 5/18/2017
1.4.34 1,745 5/18/2017
1.4.33 1,821 5/18/2017
1.4.32 1,796 5/14/2017
1.4.31 1,802 5/8/2017
1.4.30 1,838 5/4/2017
1.4.29 1,825 5/4/2017
1.4.27 1,828 5/3/2017
1.4.26 1,962 5/2/2017
1.4.25 1,752 5/2/2017
1.4.24 1,812 5/1/2017
1.4.23 1,889 5/1/2017
1.4.22 1,863 5/1/2017
1.4.21 1,830 4/28/2017
1.4.20 1,788 4/27/2017
1.4.19 1,818 4/27/2017
1.4.18 1,803 4/27/2017
1.4.17 1,825 4/27/2017
1.4.16 1,821 4/27/2017
1.4.15 1,927 4/25/2017
1.4.14 1,831 4/24/2017
1.4.13 1,818 4/21/2017
1.4.12 1,800 4/21/2017
1.4.11 1,854 4/15/2017
1.4.10 1,946 4/4/2017
1.4.9 1,835 4/3/2017
1.4.8 1,805 4/2/2017
1.4.7 1,809 4/2/2017
1.4.6 1,862 3/29/2017
1.4.5-beta 1,505 3/29/2017
1.4.4-beta 1,473 3/29/2017
1.4.3-beta 1,482 3/28/2017
1.4.2-beta 1,454 3/28/2017
1.4.1-beta 1,484 3/28/2017
1.4.0-beta 1,469 3/27/2017
1.3.17 1,820 3/24/2017
1.3.16 1,918 3/24/2017
1.3.15 1,816 3/24/2017
1.3.14 1,799 3/24/2017
1.3.13 1,796 3/23/2017
1.3.12 1,811 3/22/2017
1.3.11 1,833 3/20/2017
1.3.9 1,907 3/16/2017
1.3.8 1,830 3/13/2017
1.3.7 1,790 3/13/2017
1.3.6 1,847 3/13/2017
1.3.5 1,791 3/10/2017
1.3.4 1,820 2/28/2017
1.3.3 1,771 2/27/2017
1.3.2 1,838 2/25/2017
1.3.1 1,883 2/25/2017
1.3.0 1,908 2/25/2017
1.2.47 1,892 2/24/2017
1.2.46 1,833 2/24/2017
1.2.45 1,865 2/24/2017
1.2.44 1,839 2/15/2017
1.2.43 1,838 2/15/2017
1.2.42 1,849 2/15/2017
1.2.41 1,867 2/14/2017
1.2.40 1,852 2/7/2017
1.2.39 1,855 2/7/2017
1.2.38 1,846 2/7/2017
1.2.37 1,865 2/7/2017
1.2.36 1,818 2/6/2017
1.2.35 1,796 2/6/2017
1.2.34 1,778 2/6/2017
1.2.33 1,766 2/6/2017
1.2.32 1,807 2/6/2017
1.2.31 1,822 2/4/2017
1.2.30 1,801 2/4/2017
1.2.29 1,798 2/4/2017
1.2.28 1,807 1/18/2017
1.2.27 1,819 1/18/2017
1.2.26 1,856 1/18/2017
1.2.25 1,848 1/18/2017
1.2.24 1,896 1/13/2017
1.2.23 1,821 1/13/2017
1.2.22 1,857 1/10/2017
1.2.21 1,865 1/4/2017
1.2.20 1,811 1/4/2017
1.2.19 1,876 1/4/2017
1.2.18 1,835 1/4/2017
1.2.17 1,853 12/14/2016
1.2.16 1,854 12/14/2016
1.2.15 1,909 12/9/2016
1.2.14 1,770 12/9/2016
1.2.13 1,841 12/8/2016
1.2.12 1,869 12/8/2016
1.2.11 1,873 11/24/2016
1.2.10 1,800 11/24/2016
1.2.9 1,845 11/19/2016
1.2.8 1,832 11/19/2016
1.2.7 1,846 11/16/2016
1.2.6 1,790 11/15/2016
1.2.5 1,803 11/14/2016
1.2.4 1,846 11/10/2016
1.2.3 1,810 11/10/2016
1.2.2 2,161 11/9/2016
1.2.1 1,944 11/2/2016
1.2.0 1,865 11/2/2016
1.1.54 2,137 11/2/2016
1.1.53 1,921 10/26/2016
1.1.52 1,847 10/26/2016
1.1.51 1,851 10/24/2016
1.1.50 1,835 10/24/2016
1.1.49 1,942 10/20/2016
1.1.48 1,912 10/20/2016
1.1.47 1,857 10/20/2016
1.1.46 1,828 10/20/2016
1.1.45 1,824 10/20/2016
1.1.44 1,868 10/19/2016
1.1.43 1,868 10/19/2016
1.1.42 1,877 10/19/2016
1.1.41 1,860 10/18/2016
1.1.40 1,806 10/18/2016
1.1.39 1,805 10/10/2016
1.1.38 1,893 9/28/2016
1.1.37 2,147 9/20/2016
1.1.36 2,122 9/17/2016
1.1.35 2,164 9/16/2016
1.1.34 1,884 9/8/2016
1.1.33 1,862 9/6/2016
1.1.32 1,838 9/5/2016
1.1.31 1,829 8/31/2016
1.1.30 1,893 8/26/2016
1.1.29 1,851 8/24/2016
1.1.28 1,924 8/22/2016
1.1.27 1,836 8/20/2016
1.1.26 1,877 8/20/2016
1.1.25 1,830 8/19/2016
1.1.24 1,840 8/19/2016
1.1.23 1,943 8/18/2016
1.1.22 1,842 8/18/2016
1.1.21 1,808 8/18/2016
1.1.20 1,771 8/17/2016
1.1.19 1,864 8/16/2016
1.1.18 1,775 8/16/2016
1.1.17 1,856 8/16/2016
1.1.16 1,812 8/15/2016
1.1.15 1,880 8/13/2016
1.1.14 1,825 8/12/2016
1.1.13 1,895 8/4/2016
1.1.12 1,820 8/3/2016
1.1.11 2,221 7/28/2016
1.1.10 1,865 7/25/2016
1.1.9 1,908 7/25/2016
1.1.8 1,902 7/23/2016
1.1.7 1,846 7/22/2016
1.1.6 1,834 7/22/2016
1.1.5 1,966 7/22/2016
1.1.4 1,929 7/22/2016
1.1.3 1,926 7/22/2016
1.1.2 1,812 7/21/2016
1.1.1 1,807 7/21/2016
1.1.0 1,933 7/20/2016
1.0.154 1,951 7/9/2016
1.0.153 1,899 7/7/2016
1.0.152 1,922 6/28/2016
1.0.151 1,905 6/28/2016
1.0.150 1,863 6/28/2016
1.0.149 1,918 6/24/2016
1.0.148 1,897 6/23/2016
1.0.147 2,239 6/16/2016
1.0.146 2,224 6/16/2016
1.0.145 1,928 6/15/2016
1.0.144 1,874 6/15/2016
1.0.143 2,071 6/13/2016
1.0.142 1,895 6/12/2016
1.0.141 2,014 6/12/2016
1.0.140 2,078 6/11/2016
1.0.139 2,130 6/11/2016
1.0.138 1,965 6/10/2016
1.0.137 1,985 6/10/2016
1.0.136 2,082 6/8/2016
1.0.135 2,085 6/8/2016
1.0.134 1,928 5/31/2016
1.0.133 1,903 5/20/2016
1.0.132 1,927 5/20/2016
1.0.131 1,816 5/20/2016
1.0.130 1,920 5/20/2016
1.0.129 1,885 4/21/2016
1.0.128 1,870 4/14/2016
1.0.127 1,898 4/4/2016
1.0.126 1,936 3/24/2016
1.0.125 1,867 3/24/2016
1.0.124 1,839 3/23/2016
1.0.123 1,866 3/23/2016
1.0.122 1,845 3/18/2016
1.0.121 1,853 3/15/2016
1.0.119 1,893 3/15/2016
1.0.118 1,934 3/14/2016
1.0.117 1,871 3/14/2016
1.0.116 1,822 3/12/2016
1.0.115 1,876 3/12/2016
1.0.114 2,138 2/26/2016
1.0.113 2,252 2/24/2016
1.0.112 2,080 2/23/2016
1.0.111 2,030 2/23/2016
1.0.110 2,171 2/23/2016
1.0.109 2,076 2/23/2016
1.0.108 2,060 2/23/2016
1.0.107 1,946 2/23/2016
1.0.106 2,018 2/23/2016
1.0.105 1,914 2/19/2016
1.0.104 1,883 2/18/2016
1.0.103 2,146 2/12/2016
1.0.102 1,919 2/10/2016
1.0.101 1,872 2/10/2016
1.0.100 1,954 2/8/2016
1.0.99 1,851 2/8/2016
1.0.98 1,937 2/6/2016
1.0.97 1,918 2/4/2016
1.0.96 1,881 2/4/2016
1.0.95 1,922 2/3/2016
1.0.94 1,881 2/2/2016
1.0.93 1,873 2/1/2016
1.0.92 1,973 1/28/2016
1.0.91 1,929 1/28/2016
1.0.90 1,872 1/28/2016
1.0.89 1,897 1/28/2016
1.0.88 1,908 1/28/2016
1.0.87 1,840 1/28/2016
1.0.86 2,085 1/16/2016
1.0.85 1,868 1/8/2016
1.0.84 1,838 1/2/2016
1.0.83 1,849 1/1/2016
1.0.82 1,925 1/1/2016
1.0.81 1,970 12/19/2015
1.0.80 2,010 12/19/2015
1.0.79 1,944 12/19/2015
1.0.78 1,899 12/19/2015
1.0.77 1,928 12/19/2015
1.0.76 1,895 12/19/2015
1.0.75 1,907 12/19/2015
1.0.74 1,906 12/10/2015
1.0.73 1,897 12/10/2015
1.0.72 1,844 12/10/2015
1.0.71 2,228 12/1/2015
1.0.70 2,024 11/30/2015
1.0.69 2,204 11/30/2015
1.0.68 2,048 11/30/2015
1.0.67 1,988 11/22/2015
1.0.66 1,971 11/21/2015
1.0.65 1,940 11/21/2015
1.0.64 1,909 11/21/2015
1.0.63 1,968 11/20/2015
1.0.62 1,951 11/17/2015
1.0.61 1,913 11/16/2015
1.0.60 1,924 11/15/2015
1.0.59 1,889 11/15/2015
1.0.58 1,947 11/14/2015
1.0.57 1,914 11/13/2015
1.0.56 1,935 11/6/2015
1.0.55 1,905 11/6/2015
1.0.54 1,896 11/5/2015
1.0.53 1,864 11/3/2015
1.0.52 1,951 11/2/2015
1.0.51 1,862 11/1/2015
1.0.50 1,865 11/1/2015
1.0.49 1,868 11/1/2015
1.0.48 1,898 10/31/2015
1.0.47 1,906 10/31/2015
1.0.46 1,952 10/31/2015
1.0.45 1,955 10/30/2015
1.0.44 1,975 10/29/2015
1.0.43 1,941 10/29/2015
1.0.42 1,939 10/28/2015
1.0.41 1,953 10/28/2015
1.0.40 1,872 10/28/2015
1.0.39 1,915 10/27/2015
1.0.38 1,866 10/27/2015
1.0.37 1,850 10/26/2015
1.0.36 1,933 10/26/2015
1.0.35 1,912 10/26/2015
1.0.34 1,934 10/26/2015
1.0.33 1,876 10/26/2015
1.0.32 1,894 10/25/2015
1.0.31 1,957 10/25/2015
1.0.30 1,853 10/25/2015
1.0.29 1,863 10/25/2015
1.0.28 1,913 10/25/2015
1.0.27 1,876 10/25/2015
1.0.26 1,901 10/25/2015
1.0.24 1,864 10/25/2015
1.0.23 1,873 10/25/2015
1.0.22 2,004 10/24/2015
1.0.21 1,855 10/24/2015
1.0.20 1,855 10/24/2015
1.0.19 1,903 10/20/2015
1.0.18 1,901 10/11/2015
1.0.17 1,938 10/11/2015
1.0.16 1,965 10/11/2015
1.0.15 1,894 10/11/2015
1.0.14 1,890 10/10/2015
1.0.13 2,004 6/22/2015
1.0.12 1,926 6/18/2015
1.0.11 1,895 6/18/2015
1.0.10 1,931 6/18/2015
1.0.9 1,925 6/16/2015
1.0.8 1,948 6/16/2015
1.0.7 1,912 6/9/2015
1.0.6 1,858 6/8/2015
1.0.5 1,961 6/8/2015
1.0.4 1,905 6/8/2015
1.0.3 1,882 6/8/2015
1.0.2 1,869 6/8/2015
1.0.1 1,908 6/8/2015
1.0.0 1,868 6/8/2015

Added the 'EnhancedScript' enum member to NetscanMethod.