Currently I am using Azure FHIR service to do CRUD on various resources, I want to fetch all the events happening on my fhir service since last 5 hours using FHIR API
I have tried the following process but I am getting 404 not found:
https://management.azure.com/subscriptions/<subscription_id>/$events?api-version=2022-12-01
Following is the error I am getting while fetching the above request:
No HTTP resource was found that matches the request URI ‘https://management.azure.com/subscriptions/<subscription_id>/$events?api-version=2022-12-01’.
please let me know how to get all the events withing particular duration using FHIR aPI