serial_number field no longer returned in REST Table API with sysparm_display_value=all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sunday
I am querying the table u_asset_audit_scan_data in the REST API Explorer with the following parameters:
sysparm_display_value: all
sysparm_fields: u_asset.asset_tag,u_asset.serial_number,u_asset.u_rfid_serial
The response I get is:
{
"result": [
{
"u_asset.u_rfid_serial": {
"display_value": "***",
"value": "***"
},
"u_asset.asset_tag": {
"display_value": "***",
"value": "***"
}
}
]
}
However, the field u_asset.serial_number is missing from the response.
It appears that this field was returned previously but has recently disappeared from the results.
Why is the serial_number field not returned anymore, and what should I do to resolve this issue?
Thank you.
My initial assessment is that this is likely because the display_value cannot be resolved for this field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
is it working with admin user in REST API Explorer?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
