Atende Cidadão icon

Atende Cidadão

Listar dados do AtendeCidadão API

Actions2

  • Listar Tickets Actions
  • Listar Usuários Actions

Overview

This node interacts with the Atende Cidadã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 scenarios where you need to retrieve and process ticket or user information from the Atende Cidadão system. For example, it can be used to automate reporting on ticket statuses or to synchronize user data with another system.

Use Case Examples

  1. Listing all tickets to generate a report on ticket statuses.
  2. Retrieving all users to update a CRM system with the latest user information.

Properties

Name Meaning
Resource Specifies the type of data to retrieve from the Atende Cidadão API, either tickets or users.
Operation Specifies the operation to perform on the selected resource, currently only 'Get' is supported to list all items.

Output

JSON

  • `` - Array of objects representing the retrieved tickets or users from the Atende Cidadão API.

Dependencies

  • Requires an API key credential named 'atendeCidadaoApi' for authentication to the Atende Cidadão API.

Troubleshooting

  • Error 'Operação desconhecida' occurs if an unsupported resource-operation combination is selected. Ensure the resource is either 'Listar Tickets' or 'Listar Usuários' and the operation is 'Get'.
  • API request failures may occur due to invalid or missing API credentials. Verify that the 'atendeCidadaoApi' credential is correctly configured.
  • Network issues or API downtime can cause request failures. Check network connectivity and API status if requests fail.

Discussion