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
Kilo Patron
Kilo 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
Kilo Patron
Kilo 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.