Frends.ServiceNow.GetRecord / 1.1.0
Summary
Retrieves records from a ServiceNow table, with the selection and paging expressed in the endpoint URL as ServiceNow's API expects.
Typical use — picking up a work queue held in ServiceNow, or reading the record that triggered a Process
Input class
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Url | String |
https://dev123456.service-now.com/api/now/table/{tableName}/{sys_id} |
https://dev123456.service-now.com/api/now/table/{tableName}/{sys_id} |
The URL with protocol and path to the ServiceNow instance. You can include query parameters directly in the url. |
| Headers | Header[] |
– | Name: Content-Type, Value: application/json |
List of HTTP headers to be added to the request. |