How to filter the short description which contains number using servcienow api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2022 10:52 PM
Hi Team,
I have api which gives the SC task details and short_description.I want to filter the data using short description LIKE number(37602) and string(SHOP).Please find the attached snapshot for reference.
Example: I have short_description like below, want to filter using shop-37602.
https://text.service-now.com/api/now/table/sc_task?sysparm_query=short_descriptionLIKEshop&sysparm_limit=2&sysparm_display_value=true&sys_created_by=talenduser.
- Labels:
-
Multiple Versions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2022 11:00 PM
Hello,
In thiscase, you can build your query like this
https://text.service-now.com/api/now/table/sc_task?sysparm_query=short_descriptionLIKESHOP-37602&sysparm_limit=2&sysparm_display_value=true&sys_created_by=talenduser.
Please Mark ✅ Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg
Regards
Sulabh Garg

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2022 03:18 AM
Regards
Sulabh Garg