Need to get request body of multipart attachment api
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 11:40 PM
Hi Community,
how to get Request Body for multipart attachment
Manually we can add the Request Body Parameter like ,Table_name, Table_sys_id, and upload the file
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 12:59 AM
You can view the request payload in the browser console.
Press F12 on your page -> Go to Console Tab -> Look for the endpoint there. You should be able to click on it, and then get to the request payload.
Attached screenshot from my browser. Keep in mind that because of the attachment, what you see won't be in human readable form, for the most part of it at least.