Create an REST API for the alm_hardware (Hardware) table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2022 04:44 AM
I am trying to build the ServiceNow API for the first time and I have an quick requirement to achieve so please can you throw some light to it?
1. Need to create an API for the alm_hardware table where need to fetch the records those who are assigned to the users and for that user we need to fetch the employee number and email from the sys_user table.
2. For the particular record in the alm_hardware table we need to check the list of incidents opened with the number so we need to create an API for the same.
- Labels:
-
Enterprise Asset Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2022 06:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2022 06:39 AM
Hi,
for 2nd part the API should be on incident table since you want list of incidents tagged to CI
regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2022 01:08 AM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2024 12:51 AM
My Query is related to the same, How do I create a record in alm_hardware table