Need to get request body of multipart attachment api

Kiran Shelar1
Tera Contributor

Hi Community,

how to get Request Body for multipart attachment

 

KiranShelar1_0-1699428804574.png

Manually we can add the Request Body Parameter like ,Table_name, Table_sys_id, and upload the file

KiranShelar1_1-1699428895408.png

 

 

1 REPLY 1

svanto
Tera Contributor

Hi @Kiran Shelar1 

 

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.

svanto_0-1699433894941.png