Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

How can i get the list of values of incident_state from Rest API

parag_gajbhiye
Kilo Explorer

Hi,

How can i get the list of values of incident_state from Rest API or in which table the values of incident_state (like done, resolve, in progress) is stored.

I need i list of values like..[CLOSE, RESOLVE, IN-PROGRESS ,....]

3 REPLIES 3

Hi,

I am trying to do the similar thing where I need to retrieve user incident that contains all types of State. Would you be able to share the full Rest url?

John Johnson
Kilo Sage

Above IS the ful REST API.  Simply change the 'devXYZ' to your instance...   i.e.  https://yourInstance.service-now.com/api/now/table/sys_choice?sysparm_query=name=incident&element=in...