Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

serviceNow REST API sysparm_query fields that are not null

Tags:

servicenow

sysparm_query for rows that only have data in a specified column

For example: I want data for incidents that are active and have a business application defined

sysparm_query=active=true^??????

like image 215
Kim Avatar asked Sep 16 '25 16:09

Kim


1 Answers

Assuming the column name for "Business Application" is u_business_application: sysparm_query=incident=true^u_business_applicationISNOTEMPTY

like image 66
Joey Avatar answered Sep 19 '25 08:09

Joey