Overview
This node interacts with the AtendeCidadão API to list data related to tickets or users. It supports fetching all tickets or all users from the API, making it useful for workflows that require retrieving and processing ticket or user information from the AtendeCidadão system. For example, it can be used to automate ticket management or user data synchronization.
Use Case Examples
- Fetch all tickets to analyze support requests.
- Retrieve all users for integration with a CRM system.
Output
JSON
- ``
id- Unique identifier of each ticket or user (implied from API data structure).otherProperties- Other properties returned by the API for each ticket or user.
Dependencies
- Requires an API key credential for the AtendeCidadão API named 'atendeCidadaoApi'.
Troubleshooting
- Error 'Operação desconhecida' indicates an unsupported resource-operation combination; verify the selected resource and operation.
- API request failures may occur due to invalid or missing API credentials; ensure the 'atendeCidadaoApi' credential is correctly configured.
- Network or endpoint issues may cause request failures; verify network connectivity and API endpoint availability.
Links
- AtendeCidadão API Documentation - Official API endpoint used by the node to fetch tickets and users.