- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 10:36 AM - edited 02-06-2024 08:47 AM
We are building an integration with an external tool.
They will create incidents and send attachemnts to ServiceNow. They are asking to share the API details for Attachments.
In ServiceNow there are 2 APIs for attachments - binary and multipart.
Which method is preferred to be shared with that team? Which is widely used?
Solved! Go to Solution.
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 09:22 AM
Hi @Suggy multipart post is recommended.
If this answer solved your issue please mark it ✅ as a solution or mark it 👍 helpful if it was of help.
--
Bala Guthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2024 05:11 AM
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2024 05:18 AM
Hi @Suggy
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2024 01:35 PM
Hi @Suggy since we are talking about APIs and not actual forms on a HTML page, the main difference is the size of files that can be uploaded. Multipart form works for small to mid sized files. Binary request method should be used for large files.
hope this helps
--
Bala Guthy
If this answer solved your issue please mark it ✅ as a solution or mark it 👍 helpful if it was of help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 08:48 AM
Hi @BalaG thanks for replying. but my question is which one to share with external team? which is generally used one?