Actions7
- Group Actions
- SIM Actions
Overview
This node interacts with the CloudApn API to list groups. It allows users to retrieve a list of groups with options to simplify the response or apply filters such as search strings, capped or unassigned filters, pagination, and limits. This is useful for managing and viewing group data efficiently within workflows, for example, fetching all groups matching certain criteria or retrieving a simplified list for easier processing.
Use Case Examples
- Retrieve all groups with a simplified response for quick display.
- Search groups by name or custom code using the search string filter.
- Paginate through groups by specifying page and limit parameters.
Properties
| Name | Meaning |
|---|---|
| Simplify | Whether to return a simplified version of the response instead of the raw data |
| Additional Fields | Optional filters and pagination settings for listing groups |
Output
JSON
groups- List of groups returned from the API, either simplified or raw based on the 'Simplify' option
Dependencies
- CloudApn API with API key credential
Troubleshooting
- Ensure the CloudApn API credentials are correctly configured to avoid authentication errors.
- If the response is empty, verify the search and filter parameters are correct and that groups exist matching those criteria.
- Pagination parameters (page and limit) should be set correctly to avoid unexpected empty results or errors.
