diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 516dc31..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,55 +0,0 @@
-# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
-/src/**/bin/
-/src/**/obj/
-*.log
-logs/
-_ReSharper*/
-output/
-release/
-*.suo
-*.user
-*.cache
-App_Data/
-/src/GlobalAssemblyInfo.cs
-/SetupVersion.inf
-Thumbs.db
-
-# mstest test results
-TestResults
-/CSharp/**/src/bin
-/CSharp/**/src/obj
-/CSharp/**/src/**/bin
-/CSharp/**/src/**/obj
-CSharp/ApiClient/EnterpriseTester.API.Client.Tests/bin/*
-CSharp/ApiClient/EnterpriseTester.API.Client.Tests/obj/*
-CSharp/ApiClient/EnterpriseTester.API.Client/bin/*
-CSharp/ApiClient/EnterpriseTester.API.Client/obj/*
-CSharp/ApiClient/packages/System.Net.Http.2.0.20126.16343/System.Net.Http.2.0.20126.16343.nupkg
-CSharp/ApiClient/packages/System.Net.Http.2.0.20126.16343/lib/net40/System.Net.Http.WebRequest.dll
-CSharp/ApiClient/packages/System.Net.Http.2.0.20126.16343/lib/net40/System.Net.Http.WebRequest.xml
-CSharp/ApiClient/packages/System.Net.Http.2.0.20126.16343/lib/net40/System.Net.Http.dll
-CSharp/ApiClient/packages/System.Net.Http.2.0.20126.16343/lib/net40/System.Net.Http.xml
-CSharp/ApiClient/packages/System.Net.Http.Formatting.Extension.5.2.3.0/System.Net.Http.Formatting.Extension.5.2.3.0.nupkg
-CSharp/ApiClient/packages/System.Net.Http.Formatting.Extension.5.2.3.0/lib/System.Net.Http.Extensions.dll
-CSharp/ApiClient/packages/System.Net.Http.Formatting.Extension.5.2.3.0/lib/System.Net.Http.Formatting.dll
-CSharp/ApiClient/packages/System.Net.Http.Formatting.Extension.5.2.3.0/lib/System.Net.Http.Primitives.dll
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/LICENSE.md
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/Newtonsoft.Json.10.0.2.nupkg
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/lib/net20/Newtonsoft.Json.dll
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/lib/net20/Newtonsoft.Json.xml
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/lib/net35/Newtonsoft.Json.dll
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/lib/net35/Newtonsoft.Json.xml
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/lib/net40/Newtonsoft.Json.dll
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/lib/net40/Newtonsoft.Json.xml
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/lib/portable-net45+win8+wpa81+wp8/Newtonsoft.Json.xml
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/tools/install.ps1
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/lib/net45/Newtonsoft.Json.dll
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/lib/net45/Newtonsoft.Json.xml
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/lib/netstandard1.0/Newtonsoft.Json.dll
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/lib/portable-net40+sl5+win8+wpa81+wp8/Newtonsoft.Json.xml
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/lib/portable-net45+win8+wpa81+wp8/Newtonsoft.Json.dll
-CSharp/ApiClient/.vs/config/applicationhost.config
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/lib/netstandard1.0/Newtonsoft.Json.xml
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/lib/netstandard1.3/Newtonsoft.Json.dll
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/lib/netstandard1.3/Newtonsoft.Json.xml
-CSharp/ApiClient/packages/Newtonsoft.Json.10.0.2/lib/portable-net40+sl5+win8+wpa81+wp8/Newtonsoft.Json.dll
diff --git a/JavaScript/CORS/SimpleDashboard/app.js b/CORS/SimpleDashboard/app.js
similarity index 100%
rename from JavaScript/CORS/SimpleDashboard/app.js
rename to CORS/SimpleDashboard/app.js
diff --git a/JavaScript/CORS/SimpleDashboard/base64.js b/CORS/SimpleDashboard/base64.js
similarity index 100%
rename from JavaScript/CORS/SimpleDashboard/base64.js
rename to CORS/SimpleDashboard/base64.js
diff --git a/JavaScript/CORS/SimpleDashboard/example.html b/CORS/SimpleDashboard/example.html
similarity index 100%
rename from JavaScript/CORS/SimpleDashboard/example.html
rename to CORS/SimpleDashboard/example.html
diff --git a/JavaScript/CORS/SimpleDashboard/styles.css b/CORS/SimpleDashboard/styles.css
similarity index 100%
rename from JavaScript/CORS/SimpleDashboard/styles.css
rename to CORS/SimpleDashboard/styles.css
diff --git a/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/AgileRunTests .cs b/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/AgileRunTests .cs
deleted file mode 100644
index f8075d9..0000000
--- a/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/AgileRunTests .cs
+++ /dev/null
@@ -1,86 +0,0 @@
-using System;
-using System.Linq;
-using System.Net.Http;
-using EnterpriseTester.API.Client.Models;
-using Xunit;
-using Xunit.Sdk;
-
-namespace EnterpriseTester.API.Client.Tests
-{
- ///
- /// Example demonstrating creating, updating, retrieving and delete agile runs.
- ///
- public class AgileRunTests
- {
- private readonly Client _client;
-
- public AgileRunTests()
- {
- _client = new Client("http://localhost:8092/EnterpriseTester/", "administrator", "password");
- }
-
- private string GetSingleExecutionPackageId()
- {
- var items = _client.SearchExecutionPackages(top: 1).Items;
- return items.Single().Id;
- }
-
- [Fact]
- public void create_agile_run()
- {
- string packageId = GetSingleExecutionPackageId();
-
- AgileRun run = _client.CreateAgileRun(new CreateOrUpdateAgileRun { PackageId = packageId, Name = "My Agile Run" });
-
- Assert.Equal("My Agile Run", run.Name);
- Assert.NotEqual(Guid.Empty.ToString(), run.Id);
- }
-
- [Fact]
- public void update_agile_run()
- {
- string packageId = GetSingleExecutionPackageId();
-
- AgileRun run = _client.CreateAgileRun(new CreateOrUpdateAgileRun { PackageId = packageId, Name = "My Agile Run" });
-
- AgileRun updatedRun = _client.UpdateAgileRun(run.Id, new CreateOrUpdateAgileRun { Name = "Updated name" });
-
- Assert.Equal("Updated name", updatedRun.Name);
- }
-
- [Fact]
- public void delete_agile_run_then_do_get_for_deleted_run_returns404()
- {
- string packageId = GetSingleExecutionPackageId();
-
- AgileRun run = _client.CreateAgileRun(new CreateOrUpdateAgileRun { PackageId = packageId, Name = "My Agile Run" });
-
- _client.DeleteAgileRun(run.Id);
-
- Assert.Throws(() => _client.GetAgileRun(run.Id));
- }
-
- [Fact]
- public void search_agile_runs_async()
- {
- var runsTask = _client.SearchAgileRunsAsync("Text ~ 'Release'", top: 100);
- var result = runsTask.Result;
- Assert.Equal(100, result.Top);
- }
-
- [Fact]
- public void create_faulty_agile_run()
- {
- try
- {
- _client.CreateAgileRun(new CreateOrUpdateAgileRun {Name = "My Agile Run"});
- throw new AssertException("Exception doe not thrown!");
- }
- catch (HttpRequestException e)
- {
- Assert.Equal("System.Net.Http.HttpRequestException status code does not indicate success: 403 (Forbidden).\n{\"Message\":\"You must specify a valid PackageId which the agile run can be added to.\"}", e.Message);
- }
-
- }
- }
-}
\ No newline at end of file
diff --git a/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/EnterpriseTester.API.Client.Tests.csproj b/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/EnterpriseTester.API.Client.Tests.csproj
deleted file mode 100644
index 3c4995b..0000000
--- a/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/EnterpriseTester.API.Client.Tests.csproj
+++ /dev/null
@@ -1,105 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- {6432DF64-8C0E-41A1-B23E-4B7F5B4E9F0E}
- Library
- Properties
- EnterpriseTester.API.Client.Tests
- EnterpriseTester.API.Client.Tests
- v4.5
- 512
-
-
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
- false
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
- false
-
-
-
-
-
-
- ..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll
- True
-
-
-
-
-
- ..\packages\System.Net.Http.2.0.20126.16343\lib\net40\System.Net.Http.dll
- True
-
-
- ..\packages\System.Net.Http.Formatting.Extension.5.2.3.0\lib\System.Net.Http.Extensions.dll
- True
-
-
- ..\packages\System.Net.Http.Formatting.Extension.5.2.3.0\lib\System.Net.Http.Formatting.dll
- True
-
-
- ..\packages\System.Net.Http.Formatting.Extension.5.2.3.0\lib\System.Net.Http.Primitives.dll
- True
-
-
- ..\packages\System.Net.Http.2.0.20126.16343\lib\net40\System.Net.Http.WebRequest.dll
- True
-
-
-
-
-
-
-
- ..\packages\xunit.1.9.1\lib\net20\xunit.dll
-
-
- ..\packages\xunit.extensions.1.9.1\lib\net20\xunit.extensions.dll
-
-
-
-
-
-
-
-
-
-
- {a5ed6274-4b20-4200-9197-c9a13dff2a91}
- EnterpriseTester.API.Client
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/Properties/AssemblyInfo.cs b/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/Properties/AssemblyInfo.cs
deleted file mode 100644
index d9844d3..0000000
--- a/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("EnterpriseTester.API.Client.Tests")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("EnterpriseTester.API.Client.Tests")]
-[assembly: AssemblyCopyright("Copyright © 2013")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("a1f9483a-7dbe-416a-8dd4-266ed6abdecd")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/SearchTests.cs b/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/SearchTests.cs
deleted file mode 100644
index 6a55457..0000000
--- a/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/SearchTests.cs
+++ /dev/null
@@ -1,35 +0,0 @@
-using System;
-using System.Net.Http;
-using Newtonsoft.Json.Linq;
-using Xunit;
-
-namespace EnterpriseTester.API.Client.Tests
-{
- ///
- /// Example demonstrating aggregate search
- ///
- public class SearchTests
- {
- private readonly Client _client;
-
- public SearchTests()
- {
- _client = new Client("http://localhost:8092/EnterpriseTester/", "Administrator", "password");
- }
-
- [Fact]
- public void Search_group_by_entity_type_counts()
- {
- var response = _client.Search("GROUP BY EntityType { COUNT }");
- var aggregations = response.Content.ReadAsAsync().Result;
-
- var groups = (JObject) ((JObject) aggregations["Results"])["GroupByEntityType"];
-
- foreach (var group in groups)
- {
- Console.WriteLine("EntityType: {0}, Count: {1}", group.Key, group.Value["COUNT"].Value());
- }
- }
-
- }
-}
\ No newline at end of file
diff --git a/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/TestScriptTests.cs b/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/TestScriptTests.cs
deleted file mode 100644
index 2e52452..0000000
--- a/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/TestScriptTests.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Linq;
-using System.Net.Http;
-using EnterpriseTester.API.Client.Models;
-using Xunit;
-
-namespace EnterpriseTester.API.Client.Tests
-{
- ///
- /// Example demonstrating creating, updating, retrieving and delete agile runs.
- ///
- public class TestScriptTests
- {
- private readonly Client client;
-
- public TestScriptTests()
- {
- client = new Client("http://localhost:8092/EnterpriseTester/", "Administrator", "password");
- }
-
- [Fact]
- public void SearchScriptsDoesNotThrows()
- {
- Assert.DoesNotThrow(() => client.SearchScripts());
- }
-
- }
-}
\ No newline at end of file
diff --git a/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/app.config b/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/app.config
deleted file mode 100644
index dde2c3c..0000000
--- a/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/app.config
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/packages.config b/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/packages.config
deleted file mode 100644
index a689fc4..0000000
--- a/CSharp/ApiClient/EnterpriseTester.API.Client.Tests/packages.config
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/CSharp/ApiClient/EnterpriseTester.API.Client.sln b/CSharp/ApiClient/EnterpriseTester.API.Client.sln
deleted file mode 100644
index f2d2cc2..0000000
--- a/CSharp/ApiClient/EnterpriseTester.API.Client.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2012
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnterpriseTester.API.Client", "EnterpriseTester.API.Client\EnterpriseTester.API.Client.csproj", "{A5ED6274-4B20-4200-9197-C9A13DFF2A91}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnterpriseTester.API.Client.Tests", "EnterpriseTester.API.Client.Tests\EnterpriseTester.API.Client.Tests.csproj", "{6432DF64-8C0E-41A1-B23E-4B7F5B4E9F0E}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9F6D1445-76FF-4D7F-B732-91014401DFE4}"
- ProjectSection(SolutionItems) = preProject
- readme.md = readme.md
- EndProjectSection
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A5ED6274-4B20-4200-9197-C9A13DFF2A91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A5ED6274-4B20-4200-9197-C9A13DFF2A91}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A5ED6274-4B20-4200-9197-C9A13DFF2A91}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A5ED6274-4B20-4200-9197-C9A13DFF2A91}.Release|Any CPU.Build.0 = Release|Any CPU
- {6432DF64-8C0E-41A1-B23E-4B7F5B4E9F0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {6432DF64-8C0E-41A1-B23E-4B7F5B4E9F0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {6432DF64-8C0E-41A1-B23E-4B7F5B4E9F0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {6432DF64-8C0E-41A1-B23E-4B7F5B4E9F0E}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/CSharp/ApiClient/EnterpriseTester.API.Client/Client.cs b/CSharp/ApiClient/EnterpriseTester.API.Client/Client.cs
deleted file mode 100644
index ef27ff0..0000000
--- a/CSharp/ApiClient/EnterpriseTester.API.Client/Client.cs
+++ /dev/null
@@ -1,46 +0,0 @@
-using System;
-using System.Net.Http;
-using System.Threading.Tasks;
-using EnterpriseTester.API.Client.Models;
-
-namespace EnterpriseTester.API.Client
-{
- public partial class Client
- {
- public readonly EnterpriseTesterHttpClient _client;
-
- public Client(string baseAddress, string username, string password)
- : this(new EnterpriseTesterHttpClient(baseAddress, username, password, true))
- {
- }
- public Client(string baseAddress, string baseAuthString)
- : this(new EnterpriseTesterHttpClient(baseAddress, baseAuthString, true))
- {
- }
-
- public EnterpriseTesterHttpClient HttpClient
- {
- get { return _client; }
- }
-
- public Client(EnterpriseTesterHttpClient client)
- {
- if (client == null) throw new ArgumentNullException("client");
- _client = client;
- }
-
- public virtual void EnsureSuccess(HttpResponseMessage response)
- {
- if (response.IsSuccessStatusCode)
- return;
-
- var task = response.Content.ReadAsStringAsync();
- task.Wait();
- var content = task.Result;
- throw new HttpRequestException(
- string.Format(
- "System.Net.Http.HttpRequestException status code does not indicate success: {0} ({1}).\n{2}",
- (int)response.StatusCode, response.ReasonPhrase, content));
- }
- }
-}
\ No newline at end of file
diff --git a/CSharp/ApiClient/EnterpriseTester.API.Client/Client.designer.cs b/CSharp/ApiClient/EnterpriseTester.API.Client/Client.designer.cs
deleted file mode 100644
index d0de1e1..0000000
--- a/CSharp/ApiClient/EnterpriseTester.API.Client/Client.designer.cs
+++ /dev/null
@@ -1,9188 +0,0 @@
-using System.Collections.Generic;
-using System.Linq;
-using System.Net.Http;
-using System.Threading.Tasks;
-using EnterpriseTester.API.Client.Models;
-
-namespace EnterpriseTester.API.Client
-{
- public partial class Client
- {
-
-
- ///
- /// Sends a GET to '/{id}/rest/gadgets/1.0/g/feed'
- ///
- /// a path parameter (no description)
- ///
- public virtual HttpResponseMessage GetGadgetFeed(string id)
- {
- var operation = Operations.GetGadgetFeed(id);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- return response;
- }
-
- ///
- /// Sends a GET to '/{id}/rest/gadgets/1.0/g/feed' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task GetGadgetFeedAsync(string id)
- {
- var operation = Operations.GetGadgetFeed(id);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- return response;
-
- }
-
-
- ///
- /// Sends a GET to '/api/'
- ///
- ///
- public virtual Resources ListRootResources()
- {
- var operation = Operations.ListRootResources();
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/' (asynchronous)
- ///
- ///
- public virtual async Task ListRootResourcesAsync()
- {
- var operation = Operations.ListRootResources();
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/agilerun/{id}'
- ///
- /// a path parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual AgileRun GetAgileRun(string id, string expand = null)
- {
- var operation = Operations.GetAgileRun(id, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/agilerun/{id}' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task GetAgileRunAsync(string id, string expand = null)
- {
- var operation = Operations.GetAgileRun(id, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
- ///
- /// Sends a PUT to '/api/agilerun/{id}'
- ///
- /// a path parameter (no description)
- /// a body parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual AgileRun UpdateAgileRun(string id, CreateOrUpdateAgileRun model, string expand = null)
- {
- var operation = Operations.UpdateAgileRun(id, model, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a PUT to '/api/agilerun/{id}' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a body parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task UpdateAgileRunAsync(string id, CreateOrUpdateAgileRun model, string expand = null)
- {
- var operation = Operations.UpdateAgileRun(id, model, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
- ///
- /// Sends a DELETE to '/api/agilerun/{id}'
- ///
- /// a path parameter (no description)
- ///
- public virtual void DeleteAgileRun(string id)
- {
- var operation = Operations.DeleteAgileRun(id);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
-
- }
-
- ///
- /// Sends a DELETE to '/api/agilerun/{id}' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task DeleteAgileRunAsync(string id)
- {
- var operation = Operations.DeleteAgileRun(id);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
-
- }
-
-
- ///
- /// Sends a GET to '/api/agilerun/{id}/allrelationships'
- ///
- /// a path parameter (no description)
- ///
- public virtual Relationship GetAgileRunAllRelationships(string id)
- {
- var operation = Operations.GetAgileRunAllRelationships(id);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/agilerun/{id}/allrelationships' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task GetAgileRunAllRelationshipsAsync(string id)
- {
- var operation = Operations.GetAgileRunAllRelationships(id);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/agilerun/{id}/relationships'
- ///
- /// a path parameter (no description)
- ///
- public virtual Relationship GetAgileRunRelationships(string id)
- {
- var operation = Operations.GetAgileRunRelationships(id);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/agilerun/{id}/relationships' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task GetAgileRunRelationshipsAsync(string id)
- {
- var operation = Operations.GetAgileRunRelationships(id);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
-
- ///
- /// Sends a DELETE to '/api/agilerun/{runId}/step/{stepId}/attachment/{attachmentId}'
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a path parameter (no description)
- ///
- public virtual void DeleteAgileRunStepAttachment(string runId, string stepId, string attachmentId)
- {
- var operation = Operations.DeleteAgileRunStepAttachment(runId, stepId, attachmentId);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
-
- }
-
- ///
- /// Sends a DELETE to '/api/agilerun/{runId}/step/{stepId}/attachment/{attachmentId}' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a path parameter (no description)
- ///
- public virtual async Task DeleteAgileRunStepAttachmentAsync(string runId, string stepId, string attachmentId)
- {
- var operation = Operations.DeleteAgileRunStepAttachment(runId, stepId, attachmentId);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
-
- }
-
-
- ///
- /// Sends a GET to '/api/agilerun/{runId}/step/{stepId}/attachments'
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (OData filter identifying a subset of results to return.)
- /// a query parameter (OData order-by syntax to order results by one or more fields in ascending or descending order.)
- ///
- public virtual QueryResults GetAgileRunStepAttachments(string runId, string stepId, int? top = null, int? skip = null, string inlinecount = null, string filter = null, string orderby = null)
- {
- var operation = Operations.GetAgileRunStepAttachments(runId, stepId, top, skip, inlinecount, filter, orderby);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync>().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/agilerun/{runId}/step/{stepId}/attachments' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (OData filter identifying a subset of results to return.)
- /// a query parameter (OData order-by syntax to order results by one or more fields in ascending or descending order.)
- ///
- public virtual async Task> GetAgileRunStepAttachmentsAsync(string runId, string stepId, int? top = null, int? skip = null, string inlinecount = null, string filter = null, string orderby = null)
- {
- var operation = Operations.GetAgileRunStepAttachments(runId, stepId, top, skip, inlinecount, filter, orderby);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync>();
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/agilerun/{runId}/step/{stepId}/attachments'
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- ///
- public virtual List CreateAgileRunStepAttachment(string runId, string stepId)
- {
- var operation = Operations.CreateAgileRunStepAttachment(runId, stepId);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync>().Result;
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/agilerun/{runId}/step/{stepId}/attachments' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- ///
- public virtual async Task> CreateAgileRunStepAttachmentAsync(string runId, string stepId)
- {
- var operation = Operations.CreateAgileRunStepAttachment(runId, stepId);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync>();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/agilerun/{runId}/step/{stepId}/incident/{incidentId}'
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a path parameter (no description)
- ///
- public virtual AgileRunStepIncident GetAgileRunStepIncidentLink(string runId, string stepId, string incidentId)
- {
- var operation = Operations.GetAgileRunStepIncidentLink(runId, stepId, incidentId);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/agilerun/{runId}/step/{stepId}/incident/{incidentId}' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a path parameter (no description)
- ///
- public virtual async Task GetAgileRunStepIncidentLinkAsync(string runId, string stepId, string incidentId)
- {
- var operation = Operations.GetAgileRunStepIncidentLink(runId, stepId, incidentId);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
- ///
- /// Sends a DELETE to '/api/agilerun/{runId}/step/{stepId}/incident/{incidentId}'
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a path parameter (no description)
- ///
- public virtual void DeleteAgileRunStepIncidentLink(string runId, string stepId, string incidentId)
- {
- var operation = Operations.DeleteAgileRunStepIncidentLink(runId, stepId, incidentId);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
-
- }
-
- ///
- /// Sends a DELETE to '/api/agilerun/{runId}/step/{stepId}/incident/{incidentId}' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a path parameter (no description)
- ///
- public virtual async Task DeleteAgileRunStepIncidentLinkAsync(string runId, string stepId, string incidentId)
- {
- var operation = Operations.DeleteAgileRunStepIncidentLink(runId, stepId, incidentId);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
-
- }
-
-
- ///
- /// Sends a GET to '/api/agilerun/{runId}/step/{stepId}/incidents'
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (OData filter identifying a subset of results to return.)
- /// a query parameter (OData order-by syntax to order results by one or more fields in ascending or descending order.)
- ///
- public virtual QueryResults GetAgileRunStepIncidentLinks(string runId, string stepId, int? top = null, int? skip = null, string inlinecount = null, string filter = null, string orderby = null)
- {
- var operation = Operations.GetAgileRunStepIncidentLinks(runId, stepId, top, skip, inlinecount, filter, orderby);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync>().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/agilerun/{runId}/step/{stepId}/incidents' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (OData filter identifying a subset of results to return.)
- /// a query parameter (OData order-by syntax to order results by one or more fields in ascending or descending order.)
- ///
- public virtual async Task> GetAgileRunStepIncidentLinksAsync(string runId, string stepId, int? top = null, int? skip = null, string inlinecount = null, string filter = null, string orderby = null)
- {
- var operation = Operations.GetAgileRunStepIncidentLinks(runId, stepId, top, skip, inlinecount, filter, orderby);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync>();
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/agilerun/{runId}/step/{stepId}/incidents'
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a body parameter (no description)
- ///
- public virtual AgileRunStepIncident CreateAgileRunStepIncidentLink(string runId, string stepId, CreateAgileRunStepIncident model)
- {
- var operation = Operations.CreateAgileRunStepIncidentLink(runId, stepId, model);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/agilerun/{runId}/step/{stepId}/incidents' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a body parameter (no description)
- ///
- public virtual async Task CreateAgileRunStepIncidentLinkAsync(string runId, string stepId, CreateAgileRunStepIncident model)
- {
- var operation = Operations.CreateAgileRunStepIncidentLink(runId, stepId, model);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/agileruns'
- ///
- /// a query parameter (TQL query to execute, including an optional ORDER BY statement to sort the results (see TQL API feature topic in Knowledgebase for more details).)
- /// a query parameter (Time Zone in which date and time values and calculates should be evaluated (see TimeZone API feature topic in Knowledgebase for more details).)
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual QueryResults SearchAgileRuns(string tql = null, string timeZone = null, int? top = null, int? skip = null, string inlinecount = null, string expand = null)
- {
- var operation = Operations.SearchAgileRuns(tql, timeZone, top, skip, inlinecount, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync>().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/agileruns' (asynchronous)
- ///
- /// a query parameter (TQL query to execute, including an optional ORDER BY statement to sort the results (see TQL API feature topic in Knowledgebase for more details).)
- /// a query parameter (Time Zone in which date and time values and calculates should be evaluated (see TimeZone API feature topic in Knowledgebase for more details).)
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task> SearchAgileRunsAsync(string tql = null, string timeZone = null, int? top = null, int? skip = null, string inlinecount = null, string expand = null)
- {
- var operation = Operations.SearchAgileRuns(tql, timeZone, top, skip, inlinecount, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync>();
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/agileruns'
- ///
- /// a body parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual AgileRun CreateAgileRun(CreateOrUpdateAgileRun model, string expand = null)
- {
- var operation = Operations.CreateAgileRun(model, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/agileruns' (asynchronous)
- ///
- /// a body parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task CreateAgileRunAsync(CreateOrUpdateAgileRun model, string expand = null)
- {
- var operation = Operations.CreateAgileRun(model, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/assignedtosearch'
- ///
- /// a query parameter (no description)
- /// a query parameter (no description)
- ///
- public virtual QueryResults SearchForUsersGroupsAndSpecialUsers(string query = null, bool? valuesqry = null)
- {
- var operation = Operations.SearchForUsersGroupsAndSpecialUsers(query, valuesqry);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync>().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/assignedtosearch' (asynchronous)
- ///
- /// a query parameter (no description)
- /// a query parameter (no description)
- ///
- public virtual async Task> SearchForUsersGroupsAndSpecialUsersAsync(string query = null, bool? valuesqry = null)
- {
- var operation = Operations.SearchForUsersGroupsAndSpecialUsers(query, valuesqry);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync>();
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/assignedtosearch'
- ///
- /// a form parameter (Partial name to match on)
- /// a form parameter (Query to retreive a set of matches based on their values (values are separated by a pipe '|' character))
- ///
- public virtual HttpResponseMessage SearchForUsersGroupsAndSpecialUsersUsingPostMethod(string query = null, string valuesqry = null)
- {
- var operation = Operations.SearchForUsersGroupsAndSpecialUsersUsingPostMethod(query, valuesqry);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- return response;
- }
-
- ///
- /// Sends a POST to '/api/assignedtosearch' (asynchronous)
- ///
- /// a form parameter (Partial name to match on)
- /// a form parameter (Query to retreive a set of matches based on their values (values are separated by a pipe '|' character))
- ///
- public virtual async Task SearchForUsersGroupsAndSpecialUsersUsingPostMethodAsync(string query = null, string valuesqry = null)
- {
- var operation = Operations.SearchForUsersGroupsAndSpecialUsersUsingPostMethod(query, valuesqry);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- return response;
-
- }
-
-
- ///
- /// Sends a GET to '/api/attachment/{id}/contents'
- ///
- /// a path parameter (no description)
- ///
- public virtual HttpResponseMessage RetrieveAttachmentContents(string id)
- {
- var operation = Operations.RetrieveAttachmentContents(id);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- return response;
- }
-
- ///
- /// Sends a GET to '/api/attachment/{id}/contents' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task RetrieveAttachmentContentsAsync(string id)
- {
- var operation = Operations.RetrieveAttachmentContents(id);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- return response;
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtest/{id}'
- ///
- /// a path parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual AutomatedTest GetAutomatedTest(string id, string expand = null)
- {
- var operation = Operations.GetAutomatedTest(id, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtest/{id}' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task GetAutomatedTestAsync(string id, string expand = null)
- {
- var operation = Operations.GetAutomatedTest(id, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
- ///
- /// Sends a PUT to '/api/automatedtest/{id}'
- ///
- /// a path parameter (no description)
- /// a body parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual AutomatedTest UpdateAutomatedTest(string id, CreateOrUpdateAutomatedTest model, string expand = null)
- {
- var operation = Operations.UpdateAutomatedTest(id, model, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a PUT to '/api/automatedtest/{id}' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a body parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task UpdateAutomatedTestAsync(string id, CreateOrUpdateAutomatedTest model, string expand = null)
- {
- var operation = Operations.UpdateAutomatedTest(id, model, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
- ///
- /// Sends a DELETE to '/api/automatedtest/{id}'
- ///
- /// a path parameter (no description)
- ///
- public virtual void DeleteAutomatedTest(string id)
- {
- var operation = Operations.DeleteAutomatedTest(id);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
-
- }
-
- ///
- /// Sends a DELETE to '/api/automatedtest/{id}' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task DeleteAutomatedTestAsync(string id)
- {
- var operation = Operations.DeleteAutomatedTest(id);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtest/{id}/allrelationships'
- ///
- /// a path parameter (no description)
- ///
- public virtual Relationship GetAutomatedTestAllRelationships(string id)
- {
- var operation = Operations.GetAutomatedTestAllRelationships(id);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtest/{id}/allrelationships' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task GetAutomatedTestAllRelationshipsAsync(string id)
- {
- var operation = Operations.GetAutomatedTestAllRelationships(id);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtest/{id}/relationships'
- ///
- /// a path parameter (no description)
- ///
- public virtual Relationship GetAutomatedTestRelationships(string id)
- {
- var operation = Operations.GetAutomatedTestRelationships(id);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtest/{id}/relationships' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task GetAutomatedTestRelationshipsAsync(string id)
- {
- var operation = Operations.GetAutomatedTestRelationships(id);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtest/{testId}/assignments'
- ///
- /// a path parameter (no description)
- /// a query parameter (TQL query to execute, including an optional ORDER BY statement to sort the results (see TQL API feature topic in Knowledgebase for more details).)
- /// a query parameter (Time Zone in which date and time values and calculates should be evaluated (see TimeZone API feature topic in Knowledgebase for more details).)
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual QueryResults SearchAutomatedTestAssignmentsForAutomatedTest(string testId, string tql = null, string timeZone = null, int? top = null, int? skip = null, string inlinecount = null, string expand = null)
- {
- var operation = Operations.SearchAutomatedTestAssignmentsForAutomatedTest(testId, tql, timeZone, top, skip, inlinecount, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync>().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtest/{testId}/assignments' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a query parameter (TQL query to execute, including an optional ORDER BY statement to sort the results (see TQL API feature topic in Knowledgebase for more details).)
- /// a query parameter (Time Zone in which date and time values and calculates should be evaluated (see TimeZone API feature topic in Knowledgebase for more details).)
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task> SearchAutomatedTestAssignmentsForAutomatedTestAsync(string testId, string tql = null, string timeZone = null, int? top = null, int? skip = null, string inlinecount = null, string expand = null)
- {
- var operation = Operations.SearchAutomatedTestAssignmentsForAutomatedTest(testId, tql, timeZone, top, skip, inlinecount, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync>();
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/automatedtest/{testId}/assignments'
- ///
- /// a path parameter (no description)
- /// a body parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual AutomatedTestAssignment CreateAssignmentForAutomatedTest(string testId, CreateOrUpdateAutomatedTestAssignment model, string expand = null)
- {
- var operation = Operations.CreateAssignmentForAutomatedTest(testId, model, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/automatedtest/{testId}/assignments' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a body parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task CreateAssignmentForAutomatedTestAsync(string testId, CreateOrUpdateAutomatedTestAssignment model, string expand = null)
- {
- var operation = Operations.CreateAssignmentForAutomatedTest(testId, model, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtestassignment/{id}'
- ///
- /// a path parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual AutomatedTestAssignment GetAutomatedTestAssignment(string id, string expand = null)
- {
- var operation = Operations.GetAutomatedTestAssignment(id, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtestassignment/{id}' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task GetAutomatedTestAssignmentAsync(string id, string expand = null)
- {
- var operation = Operations.GetAutomatedTestAssignment(id, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
- ///
- /// Sends a PUT to '/api/automatedtestassignment/{id}'
- ///
- /// a path parameter (no description)
- /// a body parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual AutomatedTestAssignment UpdateAutomatedTestAssignment(string id, CreateOrUpdateAutomatedTestAssignment model, string expand = null)
- {
- var operation = Operations.UpdateAutomatedTestAssignment(id, model, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a PUT to '/api/automatedtestassignment/{id}' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a body parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task UpdateAutomatedTestAssignmentAsync(string id, CreateOrUpdateAutomatedTestAssignment model, string expand = null)
- {
- var operation = Operations.UpdateAutomatedTestAssignment(id, model, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
- ///
- /// Sends a DELETE to '/api/automatedtestassignment/{id}'
- ///
- /// a path parameter (no description)
- ///
- public virtual void DeleteAutomatedTestAssignment(string id)
- {
- var operation = Operations.DeleteAutomatedTestAssignment(id);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
-
- }
-
- ///
- /// Sends a DELETE to '/api/automatedtestassignment/{id}' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task DeleteAutomatedTestAssignmentAsync(string id)
- {
- var operation = Operations.DeleteAutomatedTestAssignment(id);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtestassignment/{id}/allrelationships'
- ///
- /// a path parameter (no description)
- ///
- public virtual Relationship GetAutomatedTestAssignmentAllRelationships(string id)
- {
- var operation = Operations.GetAutomatedTestAssignmentAllRelationships(id);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtestassignment/{id}/allrelationships' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task GetAutomatedTestAssignmentAllRelationshipsAsync(string id)
- {
- var operation = Operations.GetAutomatedTestAssignmentAllRelationships(id);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtestassignment/{id}/relationships'
- ///
- /// a path parameter (no description)
- ///
- public virtual Relationship GetAutomatedTestAssignmentRelationships(string id)
- {
- var operation = Operations.GetAutomatedTestAssignmentRelationships(id);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtestassignment/{id}/relationships' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task GetAutomatedTestAssignmentRelationshipsAsync(string id)
- {
- var operation = Operations.GetAutomatedTestAssignmentRelationships(id);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtestassignments'
- ///
- /// a query parameter (TQL query to execute, including an optional ORDER BY statement to sort the results (see TQL API feature topic in Knowledgebase for more details).)
- /// a query parameter (Time Zone in which date and time values and calculates should be evaluated (see TimeZone API feature topic in Knowledgebase for more details).)
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual QueryResults SearchAutomatedTestAssignments(string tql = null, string timeZone = null, int? top = null, int? skip = null, string inlinecount = null, string expand = null)
- {
- var operation = Operations.SearchAutomatedTestAssignments(tql, timeZone, top, skip, inlinecount, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync>().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtestassignments' (asynchronous)
- ///
- /// a query parameter (TQL query to execute, including an optional ORDER BY statement to sort the results (see TQL API feature topic in Knowledgebase for more details).)
- /// a query parameter (Time Zone in which date and time values and calculates should be evaluated (see TimeZone API feature topic in Knowledgebase for more details).)
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task> SearchAutomatedTestAssignmentsAsync(string tql = null, string timeZone = null, int? top = null, int? skip = null, string inlinecount = null, string expand = null)
- {
- var operation = Operations.SearchAutomatedTestAssignments(tql, timeZone, top, skip, inlinecount, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync>();
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/automatedtestassignments'
- ///
- /// a body parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual AutomatedTestAssignment CreateAutomatedTestAssignment(CreateOrUpdateAutomatedTestAssignment model, string expand = null)
- {
- var operation = Operations.CreateAutomatedTestAssignment(model, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/automatedtestassignments' (asynchronous)
- ///
- /// a body parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task CreateAutomatedTestAssignmentAsync(CreateOrUpdateAutomatedTestAssignment model, string expand = null)
- {
- var operation = Operations.CreateAutomatedTestAssignment(model, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtestrun/{id}'
- ///
- /// a path parameter (no description)
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- /// a query parameter (TQL query to execute, including an optional ORDER BY statement to sort the results (see TQL API feature topic in Knowledgebase for more details).)
- /// a query parameter (Time Zone in which date and time values and calculates should be evaluated (see TimeZone API feature topic in Knowledgebase for more details).)
- ///
- public virtual AutomatedTestRun GetAutomatedTestRun(string id, int? top = null, int? skip = null, string inlinecount = null, string expand = null, string tql = null, string timeZone = null)
- {
- var operation = Operations.GetAutomatedTestRun(id, top, skip, inlinecount, expand, tql, timeZone);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtestrun/{id}' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- /// a query parameter (TQL query to execute, including an optional ORDER BY statement to sort the results (see TQL API feature topic in Knowledgebase for more details).)
- /// a query parameter (Time Zone in which date and time values and calculates should be evaluated (see TimeZone API feature topic in Knowledgebase for more details).)
- ///
- public virtual async Task GetAutomatedTestRunAsync(string id, int? top = null, int? skip = null, string inlinecount = null, string expand = null, string tql = null, string timeZone = null)
- {
- var operation = Operations.GetAutomatedTestRun(id, top, skip, inlinecount, expand, tql, timeZone);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
- ///
- /// Sends a DELETE to '/api/automatedtestrun/{id}'
- ///
- /// a path parameter (no description)
- ///
- public virtual void DeleteAutomatedTestRun(string id)
- {
- var operation = Operations.DeleteAutomatedTestRun(id);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
-
- }
-
- ///
- /// Sends a DELETE to '/api/automatedtestrun/{id}' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task DeleteAutomatedTestRunAsync(string id)
- {
- var operation = Operations.DeleteAutomatedTestRun(id);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtestrun/{id}/testdata'
- ///
- /// a path parameter (no description)
- ///
- public virtual AutomatedTestRunDataTables GetAutomatedTestRunData(string id)
- {
- var operation = Operations.GetAutomatedTestRunData(id);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtestrun/{id}/testdata' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task GetAutomatedTestRunDataAsync(string id)
- {
- var operation = Operations.GetAutomatedTestRunData(id);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
-
- ///
- /// Sends a DELETE to '/api/automatedtestrun/{runId}/attachment/{attachmentId}'
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- ///
- public virtual void DeleteAutomatedTestRunAttachment(string runId, string attachmentId)
- {
- var operation = Operations.DeleteAutomatedTestRunAttachment(runId, attachmentId);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
-
- }
-
- ///
- /// Sends a DELETE to '/api/automatedtestrun/{runId}/attachment/{attachmentId}' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- ///
- public virtual async Task DeleteAutomatedTestRunAttachmentAsync(string runId, string attachmentId)
- {
- var operation = Operations.DeleteAutomatedTestRunAttachment(runId, attachmentId);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtestrun/{runId}/attachments'
- ///
- /// a path parameter (no description)
- ///
- public virtual List GetAutomatedTestRunAttachments(string runId)
- {
- var operation = Operations.GetAutomatedTestRunAttachments(runId);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync>().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtestrun/{runId}/attachments' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task> GetAutomatedTestRunAttachmentsAsync(string runId)
- {
- var operation = Operations.GetAutomatedTestRunAttachments(runId);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync>();
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/automatedtestrun/{runId}/attachments'
- ///
- /// a path parameter (no description)
- ///
- public virtual List CreateAutomatedTestRunAttachments(string runId)
- {
- var operation = Operations.CreateAutomatedTestRunAttachments(runId);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync>().Result;
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/automatedtestrun/{runId}/attachments' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task> CreateAutomatedTestRunAttachmentsAsync(string runId)
- {
- var operation = Operations.CreateAutomatedTestRunAttachments(runId);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync>();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtestrun/{runId}/node/{nodeId}'
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual ResultNode GetAutomatedTestRunNode(string runId, string nodeId, string expand = null)
- {
- var operation = Operations.GetAutomatedTestRunNode(runId, nodeId, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtestrun/{runId}/node/{nodeId}' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task GetAutomatedTestRunNodeAsync(string runId, string nodeId, string expand = null)
- {
- var operation = Operations.GetAutomatedTestRunNode(runId, nodeId, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
- ///
- /// Sends a PATCH to '/api/automatedtestrun/{runId}/node/{nodeId}'
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a body parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual ResultNode PatchAutomatedTestRunNode(string runId, string nodeId, EditResultNode model, string expand = null)
- {
- var operation = Operations.PatchAutomatedTestRunNode(runId, nodeId, model, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a PATCH to '/api/automatedtestrun/{runId}/node/{nodeId}' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a body parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task PatchAutomatedTestRunNodeAsync(string runId, string nodeId, EditResultNode model, string expand = null)
- {
- var operation = Operations.PatchAutomatedTestRunNode(runId, nodeId, model, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
-
- ///
- /// Sends a DELETE to '/api/automatedtestrun/{runId}/node/{nodeId}/attachment/{attachmentId}'
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a path parameter (no description)
- ///
- public virtual void DeleteAutomatedTestRunNodeAttachment(string runId, string nodeId, string attachmentId)
- {
- var operation = Operations.DeleteAutomatedTestRunNodeAttachment(runId, nodeId, attachmentId);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
-
- }
-
- ///
- /// Sends a DELETE to '/api/automatedtestrun/{runId}/node/{nodeId}/attachment/{attachmentId}' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a path parameter (no description)
- ///
- public virtual async Task DeleteAutomatedTestRunNodeAttachmentAsync(string runId, string nodeId, string attachmentId)
- {
- var operation = Operations.DeleteAutomatedTestRunNodeAttachment(runId, nodeId, attachmentId);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtestrun/{runId}/node/{nodeId}/attachments'
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- ///
- public virtual List GetAutomatedTestRunNodeAttachments(string runId, string nodeId)
- {
- var operation = Operations.GetAutomatedTestRunNodeAttachments(runId, nodeId);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync>().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtestrun/{runId}/node/{nodeId}/attachments' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- ///
- public virtual async Task> GetAutomatedTestRunNodeAttachmentsAsync(string runId, string nodeId)
- {
- var operation = Operations.GetAutomatedTestRunNodeAttachments(runId, nodeId);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync>();
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/automatedtestrun/{runId}/node/{nodeId}/attachments'
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- ///
- public virtual List CreateAutomatedTestRunNodeAttachments(string runId, string nodeId)
- {
- var operation = Operations.CreateAutomatedTestRunNodeAttachments(runId, nodeId);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync>().Result;
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/automatedtestrun/{runId}/node/{nodeId}/attachments' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- ///
- public virtual async Task> CreateAutomatedTestRunNodeAttachmentsAsync(string runId, string nodeId)
- {
- var operation = Operations.CreateAutomatedTestRunNodeAttachments(runId, nodeId);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync>();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtestrun/{runId}/node/{nodeId}/children'
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a body parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual List GetAutomatedTestRunNodeChildren(string runId, string nodeId, string statuses, string expand = null)
- {
- var operation = Operations.GetAutomatedTestRunNodeChildren(runId, nodeId, statuses, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync>().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtestrun/{runId}/node/{nodeId}/children' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a body parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task> GetAutomatedTestRunNodeChildrenAsync(string runId, string nodeId, string statuses, string expand = null)
- {
- var operation = Operations.GetAutomatedTestRunNodeChildren(runId, nodeId, statuses, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync>();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtestrun/{runId}/node/{nodeId}/incident/{incidentId}'
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual AutomatedTestRunIncident GetAutomatedTestRunNodeIncident(string runId, string nodeId, string incidentId, string expand = null)
- {
- var operation = Operations.GetAutomatedTestRunNodeIncident(runId, nodeId, incidentId, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtestrun/{runId}/node/{nodeId}/incident/{incidentId}' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task GetAutomatedTestRunNodeIncidentAsync(string runId, string nodeId, string incidentId, string expand = null)
- {
- var operation = Operations.GetAutomatedTestRunNodeIncident(runId, nodeId, incidentId, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
- ///
- /// Sends a DELETE to '/api/automatedtestrun/{runId}/node/{nodeId}/incident/{incidentId}'
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a path parameter (no description)
- ///
- public virtual void DeleteAutomatedTestRunNodeIncident(string runId, string nodeId, string incidentId)
- {
- var operation = Operations.DeleteAutomatedTestRunNodeIncident(runId, nodeId, incidentId);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
-
- }
-
- ///
- /// Sends a DELETE to '/api/automatedtestrun/{runId}/node/{nodeId}/incident/{incidentId}' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a path parameter (no description)
- ///
- public virtual async Task DeleteAutomatedTestRunNodeIncidentAsync(string runId, string nodeId, string incidentId)
- {
- var operation = Operations.DeleteAutomatedTestRunNodeIncident(runId, nodeId, incidentId);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtestrun/{runId}/node/{nodeId}/incidents'
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual QueryResults GetAutomatedTestRunNodeIncidents(string runId, string nodeId, string expand = null)
- {
- var operation = Operations.GetAutomatedTestRunNodeIncidents(runId, nodeId, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync>().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtestrun/{runId}/node/{nodeId}/incidents' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task> GetAutomatedTestRunNodeIncidentsAsync(string runId, string nodeId, string expand = null)
- {
- var operation = Operations.GetAutomatedTestRunNodeIncidents(runId, nodeId, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync>();
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/automatedtestrun/{runId}/node/{nodeId}/incidents'
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a body parameter (no description)
- ///
- public virtual AutomatedTestRunIncident CreateAutomatedTestRunNodeIncident(string runId, string nodeId, CreateAutomatedTestRunResultNodeIncident model)
- {
- var operation = Operations.CreateAutomatedTestRunNodeIncident(runId, nodeId, model);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/automatedtestrun/{runId}/node/{nodeId}/incidents' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a path parameter (no description)
- /// a body parameter (no description)
- ///
- public virtual async Task CreateAutomatedTestRunNodeIncidentAsync(string runId, string nodeId, CreateAutomatedTestRunResultNodeIncident model)
- {
- var operation = Operations.CreateAutomatedTestRunNodeIncident(runId, nodeId, model);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtestrun/{runId}/nodes'
- ///
- /// a path parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual List GetAutomatedTestRunRootNodes(string runId, string expand = null)
- {
- var operation = Operations.GetAutomatedTestRunRootNodes(runId, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync>().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtestrun/{runId}/nodes' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task> GetAutomatedTestRunRootNodesAsync(string runId, string expand = null)
- {
- var operation = Operations.GetAutomatedTestRunRootNodes(runId, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync>();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtestruns'
- ///
- /// a query parameter (TQL query to execute, including an optional ORDER BY statement to sort the results (see TQL API feature topic in Knowledgebase for more details).)
- /// a query parameter (Time Zone in which date and time values and calculates should be evaluated (see TimeZone API feature topic in Knowledgebase for more details).)
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual QueryResults SearchAutomatedTestRuns(string tql = null, string timeZone = null, int? top = null, int? skip = null, string inlinecount = null, string expand = null)
- {
- var operation = Operations.SearchAutomatedTestRuns(tql, timeZone, top, skip, inlinecount, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync>().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtestruns' (asynchronous)
- ///
- /// a query parameter (TQL query to execute, including an optional ORDER BY statement to sort the results (see TQL API feature topic in Knowledgebase for more details).)
- /// a query parameter (Time Zone in which date and time values and calculates should be evaluated (see TimeZone API feature topic in Knowledgebase for more details).)
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task> SearchAutomatedTestRunsAsync(string tql = null, string timeZone = null, int? top = null, int? skip = null, string inlinecount = null, string expand = null)
- {
- var operation = Operations.SearchAutomatedTestRuns(tql, timeZone, top, skip, inlinecount, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync>();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/automatedtests'
- ///
- /// a query parameter (TQL query to execute, including an optional ORDER BY statement to sort the results (see TQL API feature topic in Knowledgebase for more details).)
- /// a query parameter (Time Zone in which date and time values and calculates should be evaluated (see TimeZone API feature topic in Knowledgebase for more details).)
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual QueryResults SearchAutomatedTests(string tql = null, string timeZone = null, int? top = null, int? skip = null, string inlinecount = null, string expand = null)
- {
- var operation = Operations.SearchAutomatedTests(tql, timeZone, top, skip, inlinecount, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync>().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/automatedtests' (asynchronous)
- ///
- /// a query parameter (TQL query to execute, including an optional ORDER BY statement to sort the results (see TQL API feature topic in Knowledgebase for more details).)
- /// a query parameter (Time Zone in which date and time values and calculates should be evaluated (see TimeZone API feature topic in Knowledgebase for more details).)
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task> SearchAutomatedTestsAsync(string tql = null, string timeZone = null, int? top = null, int? skip = null, string inlinecount = null, string expand = null)
- {
- var operation = Operations.SearchAutomatedTests(tql, timeZone, top, skip, inlinecount, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync>();
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/automatedtests'
- ///
- /// a body parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual AutomatedTest CreateAutomatedTest(CreateOrUpdateAutomatedTest model, string expand = null)
- {
- var operation = Operations.CreateAutomatedTest(model, expand);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/automatedtests' (asynchronous)
- ///
- /// a body parameter (no description)
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual async Task CreateAutomatedTestAsync(CreateOrUpdateAutomatedTest model, string expand = null)
- {
- var operation = Operations.CreateAutomatedTest(model, expand);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/backgroundtask/{id}'
- ///
- /// a path parameter (no description)
- ///
- public virtual BackgroundTask GetBackgroundTaskStatus(string id)
- {
- var operation = Operations.GetBackgroundTaskStatus(id);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/backgroundtask/{id}' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task GetBackgroundTaskStatusAsync(string id)
- {
- var operation = Operations.GetBackgroundTaskStatus(id);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
-
- ///
- /// Sends a POST to '/api/backgroundtasks'
- ///
- /// a body parameter (no description)
- ///
- public virtual BackgroundTask StartBackgroundTask(CreateBackgroundTask dto)
- {
- var operation = Operations.StartBackgroundTask(dto);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/backgroundtasks' (asynchronous)
- ///
- /// a body parameter (no description)
- ///
- public virtual async Task StartBackgroundTaskAsync(CreateBackgroundTask dto)
- {
- var operation = Operations.StartBackgroundTask(dto);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/customfield/{name}'
- ///
- /// a path parameter (no description)
- ///
- public virtual CustomField GetCustomField(string name)
- {
- var operation = Operations.GetCustomField(name);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/customfield/{name}' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task GetCustomFieldAsync(string name)
- {
- var operation = Operations.GetCustomField(name);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
- ///
- /// Sends a PATCH to '/api/customfield/{name}'
- ///
- /// a path parameter (no description)
- /// a body parameter (no description)
- ///
- public virtual HttpResponseMessage UpdateCustomField(string name, Operation operationModel)
- {
- var operation = Operations.UpdateCustomField(name, operationModel);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- return response;
- }
-
- ///
- /// Sends a PATCH to '/api/customfield/{name}' (asynchronous)
- ///
- /// a path parameter (no description)
- /// a body parameter (no description)
- ///
- public virtual async Task UpdateCustomFieldAsync(string name, Operation operationModel)
- {
- var operation = Operations.UpdateCustomField(name, operationModel);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- return response;
-
- }
-
- ///
- /// Sends a DELETE to '/api/customfield/{name}'
- ///
- /// a path parameter (no description)
- ///
- public virtual void DeleteCustomField(string name)
- {
- var operation = Operations.DeleteCustomField(name);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
-
- }
-
- ///
- /// Sends a DELETE to '/api/customfield/{name}' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task DeleteCustomFieldAsync(string name)
- {
- var operation = Operations.DeleteCustomField(name);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
-
- }
-
-
- ///
- /// Sends a GET to '/api/customfields'
- ///
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (OData filter identifying a subset of results to return.)
- /// a query parameter (OData order-by syntax to order results by one or more fields in ascending or descending order.)
- ///
- public virtual QueryResults SearchCustomFields(int? top = null, int? skip = null, string inlinecount = null, string filter = null, string orderby = null)
- {
- var operation = Operations.SearchCustomFields(top, skip, inlinecount, filter, orderby);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync>().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/customfields' (asynchronous)
- ///
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (OData filter identifying a subset of results to return.)
- /// a query parameter (OData order-by syntax to order results by one or more fields in ascending or descending order.)
- ///
- public virtual async Task> SearchCustomFieldsAsync(int? top = null, int? skip = null, string inlinecount = null, string filter = null, string orderby = null)
- {
- var operation = Operations.SearchCustomFields(top, skip, inlinecount, filter, orderby);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync>();
- return result;
-
- }
-
- ///
- /// Sends a POST to '/api/customfields'
- ///
- /// a body parameter (no description)
- ///
- public virtual HttpResponseMessage AddCustomField(CreateCustomField model)
- {
- var operation = Operations.AddCustomField(model);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- return response;
- }
-
- ///
- /// Sends a POST to '/api/customfields' (asynchronous)
- ///
- /// a body parameter (no description)
- ///
- public virtual async Task AddCustomFieldAsync(CreateCustomField model)
- {
- var operation = Operations.AddCustomField(model);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- return response;
-
- }
-
-
- ///
- /// Sends a GET to '/api/customfieldtype/{name}'
- ///
- /// a path parameter (no description)
- ///
- public virtual CustomFieldType GetCustomFieldType(string name)
- {
- var operation = Operations.GetCustomFieldType(name);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/customfieldtype/{name}' (asynchronous)
- ///
- /// a path parameter (no description)
- ///
- public virtual async Task GetCustomFieldTypeAsync(string name)
- {
- var operation = Operations.GetCustomFieldType(name);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/customfieldtypes'
- ///
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (OData filter identifying a subset of results to return.)
- /// a query parameter (OData order-by syntax to order results by one or more fields in ascending or descending order.)
- ///
- public virtual QueryResults SearchCustomFieldTypes(int? top = null, int? skip = null, string inlinecount = null, string filter = null, string orderby = null)
- {
- var operation = Operations.SearchCustomFieldTypes(top, skip, inlinecount, filter, orderby);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- var result = response.Content.ReadAsAsync>().Result;
- return result;
-
- }
-
- ///
- /// Sends a GET to '/api/customfieldtypes' (asynchronous)
- ///
- /// a query parameter (Sets the maximum number of results to return)
- /// a query parameter (Sets the number of results to skip, before return up the $top number of matching items.)
- /// a query parameter (Determines if the count and total number of results should be included as part of the result set)
- /// a query parameter (OData filter identifying a subset of results to return.)
- /// a query parameter (OData order-by syntax to order results by one or more fields in ascending or descending order.)
- ///
- public virtual async Task> SearchCustomFieldTypesAsync(int? top = null, int? skip = null, string inlinecount = null, string filter = null, string orderby = null)
- {
- var operation = Operations.SearchCustomFieldTypes(top, skip, inlinecount, filter, orderby);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- var result = await response.Content.ReadAsAsync>();
- return result;
-
- }
-
-
- ///
- /// Sends a GET to '/api/diagnostics/performancemeasurement/latest'
- ///
- /// a query parameter (no description)
- ///
- public virtual HttpResponseMessage GetLastPerformanceTestResults(bool? export = null)
- {
- var operation = Operations.GetLastPerformanceTestResults(export);
- var response = _client.SendAsync(operation.BuildRequest(_client)).Result;
- EnsureSuccess(response);
- return response;
- }
-
- ///
- /// Sends a GET to '/api/diagnostics/performancemeasurement/latest' (asynchronous)
- ///
- /// a query parameter (no description)
- ///
- public virtual async Task GetLastPerformanceTestResultsAsync(bool? export = null)
- {
- var operation = Operations.GetLastPerformanceTestResults(export);
- var response = await _client.SendAsync(operation.BuildRequest(_client));
- EnsureSuccess(response);
- return response;
-
- }
-
-
- ///
- /// Sends a GET to '/api/entitytypes'
- ///
- /// a query parameter (Allows the specifying of eager-loading of related data which is returned in-line within the results of the request.)
- ///
- public virtual List