Actions24
- Health Actions
- Offers Actions
- Lots Actions
- Statistics Actions
- Authentication Actions
- Feedback Actions
- Events Actions
- Categories Actions
- Admin Actions
Overview
This node interacts with the AI Marketplace API to retrieve statistical data about offers. It supports fetching offer statistics over different time spans such as today, last 7 days, last 30 days, or all time. The node is useful for users who want to analyze offer trends and performance metrics within the AI Marketplace environment, either in development or production.
Use Case Examples
- A user wants to get the total number of offers made in the last 7 days to analyze recent market activity.
- A business analyst needs to compare offer statistics over different time periods to identify growth or decline trends.
Properties
| Name | Meaning |
|---|---|
| Environment | The environment to connect to, either Development or Production. |
| Override Base URL | Optional URL to override the default base URL for the selected environment. |
| Time Span | The time period for which to retrieve offer statistics, supporting period-over-period comparison. |
| Additional Fields | Additional optional fields such as request timeout and response format. |
Output
JSON
json- The JSON response containing the offer statistics data from the AI Marketplace API.
Dependencies
- Requires an API key credential for authenticated requests when necessary.
Troubleshooting
- Common issues include authentication errors if API credentials are not configured properly.
- Timeout errors may occur if the request takes longer than the specified timeout period; increasing the timeout may help.
- Invalid input values for properties like Time Span or Override Base URL may cause request failures.