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 perform operations related to 'Lots'. Specifically, the 'Get' operation retrieves detailed information about a specific lot by its ID. This is useful in scenarios where users need to fetch and display lot details, such as in marketplace applications or dashboards that manage AI service listings.
Use Case Examples
- Retrieve details of a specific lot by providing its Lot ID to display information such as title, description, budget, and status.
- Use the node to fetch lot data for further processing or integration with other workflows.
Properties
| Name | Meaning |
|---|---|
| Environment | Specifies the environment to connect to, either Development or Production. |
| Override Base URL | Optional URL to override the default base URL of the selected environment. |
| Lot ID | The unique identifier of the lot to retrieve. This is a required field. |
| Additional Fields | Optional additional parameters for the request, including timeout and response format. |
Output
JSON
json- The JSON response containing the lot details retrieved from the API.
Dependencies
- Requires an API key credential for authenticated requests when necessary.
Troubleshooting
- Ensure the Lot ID is correctly formatted and does not contain invalid characters to avoid validation errors.
- If authentication is required, verify that the API credentials are properly configured in the node settings.
- Timeout errors can occur if the request takes longer than the specified timeout; increase the timeout value if needed.
- Check that the base URL is correctly set or overridden if connecting to a custom endpoint.