Skip to content

ServiceNow.Core

SNow.Core.ITable

ITable.GetByIdAsync(Guid) Method

csharp
System.Threading.Tasks.Task<System.Text.Json.JsonElement> GetByIdAsync(System.Guid id);

Parameters

id System.Guid

Returns

System.Threading.Tasks.Task<System.Text.Json.JsonElement>

Released under the MIT License.