CMDB Instance API

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2024 05:27 AM
Background
We are trying to clean up CMDB integrations to start using "CMDB Instnace API" instead of "Table API".
As I understand it, there are two ways of getting data:
- GET https://<instance>.service-now.com/api/now/cmdb/instance/{className}
- Only return name and sys_id
- GET https://<instance>.service-now.com/api/now/cmdb/instance/{className}/{sys_id}
- Return all fields that the user can see.
Question
Is there a way to get all fields from a table using the "CMDB Instnace API", just like "Table API", or can this only be done via Table API in ServiceNow?
Example:
Kind regards
/Henrik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2025 10:27 AM
Hi Henrik, We're trying similar process to inject data to ServiceNow and did you successfully implemented cmdb instance api method?
Thanks in advance!
Regards,
Bharath

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2025 06:57 AM
Sorry I never came to any conclusion on this question. Let me know if you find anything.
Kind regards
/Henrik