Actions26
- Основные Отчёты Actions
- Отчёт Об Остатках На Складах Actions
- Отчёт О Товарах C Обязательной Маркировкой Actions
- Отчёты Об Удержаниях Actions
- Платная Приёмка Actions
- Платное Хранение Actions
- Продажи По Регионам Actions
- Доля Бренда В Продажах Actions
- Скрытые Товары Actions
- Отчёт О Возвратах И Перемещении Товаров Actions
- Динамика Оборачиваемости Actions
Overview
This node interacts with a specific API to retrieve antifraud analytics details from retention reports. It is designed to fetch detailed antifraud data for a given date within the reporting period. This functionality is useful for users who need to analyze antifraud metrics and trends related to retention, such as fraud detection teams or analysts monitoring suspicious activities over time.
A practical example would be querying antifraud details for December 1, 2023, to understand fraud patterns on that day or during that reporting period.
Properties
| Name | Meaning |
|---|---|
| Date | The date included in the reporting period, formatted as YYYY-MM-DD. If omitted, the node retrieves data for the entire available period starting from August 2023. |
Output
The node outputs JSON data containing antifraud analytics details corresponding to the specified date or the full period if no date is provided. The structure of the JSON output reflects the antifraud report data returned by the API, which typically includes various metrics and details relevant to antifraud analysis.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authentication with the external service.
- The node uses a base URL defined in an imported Swagger/OpenAPI specification.
- Proper configuration of the API credentials in n8n is necessary to successfully connect and retrieve data.
Troubleshooting
Common issues:
- Incorrect or missing API authentication token may cause authorization errors.
- Providing an invalid date format could result in request failures or empty responses.
- Network connectivity problems might prevent successful API calls.
Error messages:
- Authorization errors typically indicate missing or invalid API credentials; verify and update the API key.
- Validation errors related to the date parameter suggest ensuring the date follows the
YYYY-MM-DDformat. - Timeout or connection errors require checking network access and API endpoint availability.
Links and References
- No direct external links are provided in the source code.
- Users should refer to the official API documentation of the antifraud analytics service for detailed information on report fields and usage.