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-02-2016 10:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2016 11:25 PM
No not working getting all records
My URL like this
I want to get only selected column data using above JSON URL. It's urgent,
Thanks
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2016 11:40 PM
Hi Rahul,
Have you tried this?
Thanks
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2016 03:12 AM
yes but not working