AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation "Get Retrieve Asset Video Info" under the "Asset Data" resource is designed to fetch detailed video information related to assets from an external service. It is useful in scenarios where users need to programmatically retrieve metadata or video details associated with specific assets, such as in digital asset management, media libraries, or content delivery platforms.

For example, a user might want to get video info for a particular user’s assets filtered by certain conditions, or paginate through large sets of video data using skip and limit parameters.

Properties

Name Meaning
X USER ID The User ID header value required to identify the user making the request.
Additional Query Parameters Optional query parameters to refine the request:
- 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 name(s) to order the results by.

Output

The node outputs JSON data containing the retrieved video information for the specified asset(s). The exact structure depends on the external API response but typically includes fields describing video metadata such as IDs, titles, durations, formats, and other relevant attributes.

There is no indication that this node outputs binary data.

Dependencies

  • Requires an API key credential for authentication with the external AvantGuard ConnectSecure service.
  • Needs the base URL of the API configured in the credentials.
  • Uses HTTP headers and query parameters to communicate with the API endpoint.

Troubleshooting

  • Missing or invalid X USER ID: The request will fail if the required user ID header is not provided or incorrect. Ensure the "X USER ID" property is set correctly.
  • Invalid query parameters: Providing malformed or unsupported query conditions may cause errors or empty responses. Validate query syntax and parameter values.
  • Authentication errors: If the API key or base URL is misconfigured, the node will not connect successfully. Verify credential setup.
  • Pagination issues: Using skip and limit incorrectly can result in unexpected subsets of data. Adjust these parameters carefully when paginating.

Links and References

Discussion