Skip to content

ServiceNow.Core

SNow.Core.API.IAPI<T>

IAPI<T>.GetAsync(string, bool) Method

csharp
System.Threading.Tasks.Task<T> GetAsync(string endpoint, bool singleResponse);

Parameters

endpoint System.String

singleResponse System.Boolean

Returns

System.Threading.Tasks.Task<T>

Released under the MIT License.