- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 06:32 PM
Can anyone help me @Ankur Bawiskar @Pradeep Sharma @Allen Andreas @Harsh Vardhan in getting the
ServiceNow Rest API Base URL's for following -
As the 3rd party tool team is asking the information for integration the tool with ServiceNow.
- SNOW01: Get approved ServiceNow RITM tickets (Approved by Users Manager) (Sample: https://wwwservicenow.servicenow-uat.myshn.net/sc_req_item_list.do?sysparm_query=approval%3Dapproved... )
- SNOW02: Add work notes/comments on ServiceNow RITM ticket (Approved by Users Manager)
- SNOW03: Update approved ServiceNow RITM tickets (Approved by Users Manager)
- SNOW04: Update approval value as Requested/pending/in-progress for “Tech Review Approval” of ServiceNow RITM ticket (Approved by Users Manager).
- SNOW05: Get List of attachment files from ServiceNow RITM Ticket.
- SNOW06: Download attachment from ServiceNow RITM Ticket.
- SNOW07: API to attach report/file to ServiceNow RITM ticket.
- SNOW08: Get ServiceNow RITM ticket which approved/rejected/cancelled by VP and Managers teams.
- SNOW09: Create Standard Change Request for ServiceNow RITM ticket.
- SNOW10: Get approved/rejected Standard Change Request from ServiceNow.
- SNOW12: Close ServiceNow RITM ticket.
- SNOW14: Close ServiceNow Standard Change Request
- SNOW13: Reject ServiceNow RITM ticket.
- SNOW15: Close as fail ServiceNow Standard Change Request
- SNOW16: Reject ServiceNow Standard Change Request.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 06:54 PM
Hi @Arjun Reddy Yer ,
You can utilise ServiceNow Table API for all of these and refer the following documentation for Attachment related things.
Table API:
Attachment API:
https://developer.servicenow.com/dev.do#!/reference/api/tokyo/rest/c_AttachmentAPI
Let me know if you need any detailed information.
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 06:54 PM
Hi @Arjun Reddy Yer ,
You can utilise ServiceNow Table API for all of these and refer the following documentation for Attachment related things.
Table API:
Attachment API:
https://developer.servicenow.com/dev.do#!/reference/api/tokyo/rest/c_AttachmentAPI
Let me know if you need any detailed information.
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2024 03:44 AM
yes, please can you tell in detail how to access rest APIs of Service Now and test them in 3 party app (PostMan)
and get the data .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 08:22 PM
1.) Type REST API in filter navigator
2.) Under System Web Services open REST API
3.) Based on request select the options