Actions20
- Agenda Actions
- Paciente Actions
- Profissional Actions
- Procedimento Actions
- Despesa Actions
- Recebimento Actions
- Especialidade Actions
- Estoque Actions
- Fidelidade Actions
- Unidade Actions
Overview
This node integrates with the Prontuário Verde API to perform various operations related to healthcare management. Specifically, for the 'Profissional' resource with the 'Listar Profissionais' operation, it retrieves a list of professionals from the API. This is useful in scenarios where users need to fetch and display professional data, such as in healthcare scheduling or management systems.
Use Case Examples
- Fetching a list of healthcare professionals to populate a dropdown menu in a scheduling application.
- Retrieving professional details to display in a healthcare management dashboard.
Output
JSON
json- The JSON response from the Prontuário Verde API containing the list of professionals.
Dependencies
- Requires an API key credential for the Prontuário Verde API to authenticate requests.
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions.
- Verify that the API endpoint is reachable and the network connection is stable.
- Common error: 'Operation not supported or URL not defined' indicates an unsupported resource-operation combination or misconfiguration.
- Errors related to invalid IDs or missing required parameters will be thrown if such parameters are not provided when required.