Forum Discussion
Sajeda
Dec 27, 2023Copper Contributor
Need help in Azure API Management
I have a simple Json file that contains names & emails data. I want to access the data using Azure APIM. Primarily need to get all the data, add new data & update the data through Postman. Pleas...
shailesh14
Microsoft
Jan 23, 2024I think you can use POST request with a form-data format in APIM.
Now to read the data you can use the context.Request.Body in a variable as mentioned here and later parse it.
https://learn.microsoft.com/en-us/azure/api-management/set-body-policy#accessing-the-body-as-a-jobject
Now to read the data you can use the context.Request.Body in a variable as mentioned here and later parse it.
https://learn.microsoft.com/en-us/azure/api-management/set-body-policy#accessing-the-body-as-a-jobject