Rest API for transferring image
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 12:42 AM
Hi
I want to send the any image in db_image table from the servicenow instance into another instance using RestPI. Is there any way we can achieve this.
Regards.
Raju Manga
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 12:50 AM
Hi @RAJU MANGA ,
Check this out
Consider indicating the response as helpful and marking it as correct if it meets your needs.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 01:19 AM
Hi @RAJU MANGA
You can use OOTB attachment API.
GET https://dev156891.service-now.com/api/now/attachment/{sys_id}/file.
Attachment API | ServiceNow Developers
Thanks and Regards,
Saurabh Gupta