Standard Api using procedure is not working

Hi everyone,
I am using the standard API to Get procedures from openEMR and I am not being successfully.
I tried with patient, immunization, facility, prescription and it all worked but procedure is not. Do you know if there is any problem or if Get procedure is not available at the moment ?

I used …apis/default/api/procedure

Thanks :slight_smile:

What version of OpenEMR are you using? Have you checked to make sure you both 1) have requested the required scope for the API and 2) have the appropriate ACLs to access procedures.

See the following line for the procedures API and the user permission ACL it requires:

If you are doing that correctly, then you need to provide some kind of sample request / response to get more help from people.