Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to pass multiple parameters(column name like assignto, resolved by, state etc) to JSON service URL

mahajanrahuld
Kilo Explorer

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

5 REPLIES 5

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