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.

API Access to the cmdb_ci_server

Tamilvanan T
Tera Contributor

Hi, 

I have a requirement where i need to provide Read only API access to the following Table:
"cmdb_ci_server"

Could you please let me know how we can establish.

1 REPLY 1

Niklas Peterson
Mega Sage

Hi,

The standard Table API will enable you with that through the Get method.
https://developer.servicenow.com/dev.do#!/reference/api/xanadu/rest/c_TableAPI

Regards
Niklas