Overview
This node interacts with the AtendeCidadão API to list data related to tickets or users. It supports two main operations: listing all tickets and listing all users. The node is useful for scenarios where you need to retrieve and process ticket or user information from the AtendeCidadão system, such as in customer support workflows or user management tasks.
Use Case Examples
- Listing all users from the AtendeCidadão API to display in a dashboard.
- Retrieving all tickets to analyze support requests and their statuses.
Properties
| Name | Meaning |
|---|---|
| Resource | Specifies the type of data to retrieve, either tickets or users. |
| Operation | Specifies the action to perform on the selected resource, currently only 'Get' is supported for both resources. |
Output
JSON
- `` - Array of objects representing the retrieved tickets or users from the API.
Dependencies
- Requires an API key credential for the AtendeCidadão API named 'atendeCidadaoApi'.
Troubleshooting
- Error 'Operação desconhecida' occurs if an unsupported resource-operation combination is selected. Ensure the resource is either 'getTickets' or 'getUsers' and operation is 'get'.
- API request failures may occur if the 'atendeCidadaoApi' credential is missing or invalid. Verify the API key and permissions.
Links
- AtendeCidadão API Users Endpoint - API endpoint used to list users.
- AtendeCidadão API Tickets Endpoint - API endpoint used to list tickets.