Basic Information

appmixer.servicenow.record.GetRecord

1.0.0

Public

Retrieves the record identified by the specified sys_id from the specified table.

Input Ports

in

FieldTypeDescription
Table name text Name of the table from which to retrieve the record.
Sys ID text Sys_id of the record to retrieve.
Display value toggle Return field display values (true), actual values (false), or both (all) (default: false)
Exclude reference link toggle True to exclude Table API links for reference fields (default: false)
Fields text A comma-separated list of fields to return in the response
View text UI view for which to render the data. Determines the fields returned in the response. Valid values: desktop, mobile, both. If you also specify the sysparm_fields parameter, it takes precedent.
Query no domain toggle True to access data across domains if authorized (default: false)

Output Ports

Full Metadata