ServiceNow workday integration
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 04:33 PM
Hi,
A workday professional needs to pull attachments from ServiceNow as soon as a request is submitted (the attachment will be in the request). As an SN admin, I need to provide him with the API so that they can pull the attachment.
How do I get the correct attachment API for them? Thank you!
AG
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2023 11:58 PM
Attachments reside on the sys_attachment table you should be able to find the right API endpoint via the REST API explorer. I used the following to get attachment info from my PDI: