Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

ServiceNow REST API - Trying to find fields 'state' and 'substate'

PatrickH2905466
Tera Contributor

I am trying to recreate /alm_hardware_list.do via the Salesforce REST API. However, I can't figure out where to get the value for State and Substate. Has anyone figured out which object the values exist on? I found 'hardware_substatus' on object cmdb_ci_hardware but it doesn't match the GUI table in ServiceNow.

 

https://<instance_url>/alm_hardware_list.do

1 ACCEPTED SOLUTION

SanjivMeher
Mega Patron

alm_hardware is extended from alm_asset. You should check the dictionary records of alm_asset

 

SanjivMeher_0-1745444714905.png

 

SanjivMeher_1-1745444810992.png

 

 


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

1 REPLY 1

SanjivMeher
Mega Patron

alm_hardware is extended from alm_asset. You should check the dictionary records of alm_asset

 

SanjivMeher_0-1745444714905.png

 

SanjivMeher_1-1745444810992.png

 

 


Please mark this response as correct or helpful if it assisted you with your question.