How to pass multiple parameters(column name like assignto, resolved by, state etc) to JSON service URL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2016 10:30 AM
In my application i am getting all service now data in string format and i am taking that data into data table. I want to pass column names as input parameter to JSON service URL. For example Assign TO, Resolved By etc. if i pass this 2 column names as parameter to service then i want only this column data.
Query should be work like select statment
select column1,column2,column3 from test
How to get selected columns data from service now api.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2016 08:21 AM
Hi Rahul,
Strange. When you paste this URL in the browser https://[InstanceName].service-now.com/api/now/v1/table/incident?sysparm_fields=number,location,loca...
What is the output you are getting?
Thanks
Srini