Actions100
- Activity Logs Actions
- Articles Actions
- Asset Layouts Actions
- Asset Passwords Actions
- Assets Actions
- Get Assets
- Get Companies Company Id Assets
- Post Companies Company Id Assets
- Get Companies Company Id Assets Id
- Put Companies Company Id Assets Id
- Delete Companies Company Id Assets Id
- Put Companies Company Id Assets Id Archive
- Put Companies Company Id Assets Id Unarchive
- Put Companies Company Id Assets Id Move Layout
- Cards Actions
- Companies Actions
- Expirations Actions
- Exports Actions
- Folders Actions
- IP Addresses Actions
- Lists Actions
- Magic Dash Actions
- Matchers Actions
- Networks Actions
- Password Folders Actions
- Procedure Tasks Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
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_atandupdated_atfilters, 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.