- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2017 05:37 AM
Hello,
I am using database view in servicenow REST API. I want to retrieve particular record from the view results.
Like for table api, we have the GET call (GET /api/now/table/<tablename>/<sys_id>). Can there be something like this for database view?
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2017 06:09 AM
To Filter using OR conditions, you can add value for the sysparm_query = value=Service Desk^ORvalue=Software
The best way to get your query is to apply the filter on the table and Copy query by right clicking the filter and paste it on sysparm_query
The URL will be displayed in the API
Thanks
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2017 06:35 AM
You are welcome!
Thanks
Please Hit like, Helpful or Correct depending on the impact of the response