Actions27
- Account Actions
- Device Actions
- Estatísticas E Log Actions
- Item Actions
- Template Actions
Overview
This node integrates with the etiquetas.io platform, specifically providing access to various resources including statistics and logs. The "Consulta Top 5 Bases Com Mais Etiquetas" operation under the "Estatísticas E Log" resource retrieves the top 5 bases (databases or collections) that have the most tags associated with them. This is useful for analytics and monitoring purposes, helping users identify which data sets are most heavily tagged or utilized.
Practical scenarios include:
- Monitoring tag usage across different stores or databases.
- Identifying key data sources with the highest tagging activity.
- Supporting reporting dashboards that highlight popular or active data bases.
Properties
Name | Meaning |
---|---|
storeId | Identifier of the store to query. Can be selected from a searchable list of stores or entered manually by ID (numeric only). |
Output
The node outputs JSON data representing the top 5 bases with the most tags for the specified store. The exact structure depends on the API response but typically includes base identifiers and their corresponding tag counts or related metadata.
If binary data were involved, it would represent files or attachments related to the tags or bases, but this node focuses on JSON statistical data.
Dependencies
- Requires an API key credential for etiquetas.io to authenticate requests.
- Uses internal helper methods to fetch the list of stores for selection.
- Relies on the etiquetas.io API endpoint that provides statistics about tag usage per base.
Troubleshooting
- Invalid Store ID: If the store ID does not match the expected numeric format, the node will reject the input. Ensure the store ID is numeric when entering manually.
- Authentication Errors: Missing or invalid API credentials will cause authentication failures. Verify that the API key credential is correctly configured.
- Empty Results: If no data is returned, confirm that the specified store has bases with tags and that the API service is operational.
- Network Issues: Connectivity problems can prevent data retrieval. Check network settings and API availability.