AvantGuard - WebhookSite icon

AvantGuard - WebhookSite

AvantGuard - WebhookSite

Actions100

Overview

The "Get Networks" operation retrieves a list of network entities from an external service. This node is useful when you want to query and filter networks based on various criteria such as company ID, network name, type, location, or timestamps for creation and updates. Practical applications include fetching networks for reporting, monitoring, or integrating network data into workflows.

Properties

Name Meaning
Additional Query Parameters Optional filters to refine the network search. Possible parameters include:
- Company Id: Filter by company ID (number)
- Slug: Filter by network slug (string)
- Name: Filter by network name (string)
- Network Type: Filter by network type (number)
- Address: Filter by network address (string)
- Location Id: Filter by location ID (number)
- Created At: Filter networks created within a range or at an exact time. Format: 'start_datetime,end_datetime' or 'exact_datetime' (string)
- Updated At: Filter networks updated within a range or at an exact time. Format: 'start_datetime,end_datetime' or 'exact_datetime' (string)

Output

The node outputs JSON data representing the list of networks matching the specified filters. Each item in the output array corresponds to a network object with its properties as returned by the external API. The structure typically includes fields like network ID, name, type, address, company association, location, and timestamps for creation and update.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating requests to the external network service.
  • The base URL for the API is configured via credentials.
  • The node depends on an OpenAPI-based client library to build and send requests.

Troubleshooting

  • Empty results: If no networks are returned, verify that the filter parameters are correct and that the account has access to the requested data.
  • Authentication errors: Ensure the API key credential is valid and properly configured.
  • Invalid date format: For created_at and updated_at filters, use the correct datetime format ('start_datetime,end_datetime' or 'exact_datetime').
  • Network connectivity issues: Check network access and endpoint availability.

Links and References

  • Refer to the external API documentation for detailed descriptions of network entity fields and supported query parameters.
  • Use standard ISO 8601 datetime formats for filtering by creation and update timestamps.

Discussion