AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation retrieves the baseline plan information for a company within an application baseline context. It is useful when you need to fetch detailed baseline plans associated with a specific user and company, potentially filtered or sorted by various query parameters. Typical use cases include auditing baseline configurations, monitoring compliance plans, or integrating baseline data into workflows for reporting or further processing.

Properties

Name Meaning
X USER ID The User Id header value used to identify the user making the request.
Additional Query Parameters Optional query parameters to refine the retrieval:
- Condition A query condition string to filter results.
- Skip Number of records to skip (for pagination).
- Limit Maximum number of records to return.
- Order By Field(s) to order the results by.

Output

The output JSON contains the retrieved baseline plan data for the specified company and user. This typically includes structured information about the baseline plans as returned by the API endpoint. The exact structure depends on the external service's response but generally includes details such as plan identifiers, descriptions, status, and related metadata.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authentication.
  • Needs the base URL of the AvantGuard ConnectSecure API configured in the node credentials.
  • Depends on the external AvantGuard ConnectSecure service to provide baseline plan data.

Troubleshooting

  • Missing or invalid X USER ID: Ensure the "X USER ID" property is provided and correctly set; otherwise, the API may reject the request.
  • API authentication errors: Verify that the API key credential is valid and has necessary permissions.
  • Query parameter issues: Incorrectly formatted query parameters (e.g., non-numeric values for skip/limit) may cause errors.
  • Network or service availability: Check connectivity to the external API and its operational status if requests fail.

Links and References

Discussion