For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetRecord

Frends Task for retrieving records from ServiceNow.

Task version: 1.1.0

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

Url : String

The URL with protocol and path to the ServiceNow instance. You can include query parameters directly in the url.

Default: https://dev123456.service-now.com/api/now/table/{tableName}/{sys_id} Example: https://dev123456.service-now.com/api/now/table/{tableName}/{sys_id}

Headers : Header[]

List of HTTP headers to be added to the request.

Default: - Example: Name: Content-Type, Value: application/json

Task Result

Name
Description

Body : Object

Body of response Example: {"id": "abcdefghijkl123456789", "success": true, "errors": []}

Headers : Dictionary<String, String>

Headers of response Example: {[ "content-type": "application/json", ... ]}

StatusCode : Int32

Statuscode of response Example: 200

Task Changelog

Changelog for Task Frends.ServiceNow.GetRecord.

[1.1.0] - 2025-03-18

Changed

  • Update packages Newtonsoft.Json 12.0.1 -> 13.0.3 System.DirectoryServices 7.0.0 -> 9.0.3 System.Runtime.Caching 7.0.0 -> 9.0.3 coverlet.collector 3.1.2 -> 6.0.4 Microsoft.NET.Test.Sdk 16.6.1 -> 17.13.0 nunit 3.12.0 -> 4.3.2 NUnit3TestAdapter 3.17.0 -> 5.0.0 StyleCop.Analyzers 1.2.0-beta.507 -> 1.2.0-beta.556

[1.0.0] - 2023-09-18

Changed

  • Initial implementation

Last updated

Was this helpful?