Hypris icon

Hypris

Interact with the Hypris API

Actions16

Overview

This node allows users to create a new view within a specified database in a workspace using the Hypris API. Views represent different ways to visualize or organize data stored in a database, such as tables, calendars, kanban boards, maps, or timelines.

Common scenarios where this node is beneficial include:

  • Automating the setup of custom views for project management databases.
  • Creating specialized visualizations for data analysis workflows.
  • Dynamically generating views based on user input or external triggers.

For example, you might use this node to create a "Kanban" view for a task tracking database or a "Calendar" view for scheduling events, enabling tailored data presentations without manual configuration.

Properties

Name Meaning
Workspace Name or ID The workspace where the database resides. Choose from a list or specify an ID via expression.
Database Name or ID The database in which to create the view. Choose from a list or specify an ID via expression.
View Name The name to assign to the new view.
View Type The type of view to create. Options: Calendar, Kanban, Map, Table, Timeline.

Output

The node outputs JSON data representing the newly created view object returned by the Hypris API. This typically includes details such as the view's unique identifier, name, type, and any other metadata provided by the API.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Hypris API.
  • Needs proper configuration of the Hypris API base URL, username, and password in the credentials.
  • Dependent on the availability of the specified workspace and database within the Hypris system.

Troubleshooting

  • Common Issues:

    • Invalid or missing workspace or database IDs can cause failures.
    • Insufficient permissions or incorrect API credentials will prevent successful creation.
    • Network issues or API downtime may result in request errors.
  • Error Messages:

    • Errors related to loading workspaces or databases indicate problems fetching required options; verify credentials and connectivity.
    • API response errors during view creation usually contain messages about invalid parameters or authorization failures; check input values and credentials.
  • Resolution Tips:

    • Ensure all required fields are correctly filled and valid.
    • Confirm that the API credentials have necessary permissions.
    • Use expressions carefully to provide dynamic IDs.
    • Check network connectivity and API status if requests fail unexpectedly.

Links and References

Discussion