Superlogica icon

Superlogica

Consumir API do Superlogica Condomínios

Overview

This node integrates with the Superlogica Condomínios API to list legal representatives ("Responsáveis Legais") associated with a condominium. It is useful for property managers or administrators who need to retrieve and manage information about individuals legally responsible for a condominium.

Typical use cases include:

  • Fetching current or all legal representatives of a specific condominium.
  • Paginating through large lists of legal representatives when there are many entries.
  • Filtering representatives by their status (current or all).

For example, a property management workflow could use this node to automatically pull updated lists of legal representatives for reporting or compliance purposes.

Properties

Name Meaning
ID do Condomínio The unique identifier of the condominium whose legal representatives you want to list.
Status Filter to select either "Atuais" (current legal representatives) or "Todos" (all).
Itens Por Página Number of items returned per request, with a maximum of 50.
Página The page number to retrieve, used together with "Itens Por Página" for pagination.

Output

The node outputs an array of JSON objects, each representing a legal representative retrieved from the Superlogica API. Each item corresponds to one legal representative's data as returned by the API.

The output structure in the json field typically includes details such as the representative's identification, status, and related condominium information. The exact fields depend on the API response schema.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active connection to the Superlogica Condomínios API.
  • Needs valid API credentials including an application token and access token.
  • The node configuration must include these credentials to authenticate requests.

Troubleshooting

  • Missing Credentials Error: If credentials are not provided or invalid, the node will throw an error indicating that credentials are missing. Ensure that the API key and tokens are correctly configured in n8n.
  • API Rate Limits or Pagination Issues: When retrieving large datasets, ensure that pagination parameters (Itens Por Página and Página) are set correctly to avoid incomplete data or API throttling.
  • Invalid Condominium ID: Providing an incorrect or non-existent condominium ID may result in empty results or API errors. Verify the ID before running the node.
  • Status Filter Misuse: Using an unsupported status value might cause unexpected results; only "Atuais" and "Todos" are valid options.

Links and References

Discussion