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.
Please help to solve the issues. Any help is appreciated.
Thank you
1 Reply
Sort By
- shailesh14
Microsoft
I 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