Actions54
- Resource Actions
- Userpermissions Actions
- Baselinefile Actions
- Locks Actions
- Briefcases Actions
- Checkpoint Actions
- Thumbnail Actions
- Extendeddata Actions
- Changesets Actions
- Changesetgroups Actions
- Permissions Actions
- Recents Actions
- Namedversions Actions
- Shares Actions
- Rolepermissions Actions
- Users Actions
- Favorites Actions
- Fork Actions
- Clone Actions
- Create Actions
Overview
This node integrates with the iTwin Platform's iModels API, allowing users to retrieve detailed information about specific iModels. It is particularly useful for scenarios where you need to programmatically access metadata or properties of an iModel within an automation workflow. For example, you might use this node to fetch an iModel's details before triggering further processing or reporting based on its attributes.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the iModel whose details you want to retrieve. This is a required string input. |
Output
The node outputs JSON data representing the details of the requested iModel. The structure of the output JSON corresponds to the iModel's metadata and properties as returned by the iTwin Platform API. If multiple results are returned (though typically one for a single ID), each will be output as a separate JSON object in the array.
No binary data output is produced by this node.
Dependencies
- Requires an API authentication token credential for the iTwin Platform (OAuth2).
- The node depends on the iTwin Platform iModels API.
- Proper configuration of the OAuth2 credential within n8n is necessary to authenticate requests.
Troubleshooting
Common issues:
- Invalid or missing iModel ID: Ensure the "ID" property is correctly set and corresponds to an existing iModel.
- Authentication errors: Verify that the OAuth2 credential is properly configured and has sufficient permissions.
- Network or API availability issues: Check connectivity and the status of the iTwin Platform services.
Error messages:
"Unknown operation: ...": Indicates the specified operation is not recognized; ensure the operation name matches exactly.- Errors related to failed API calls will include messages from the iTwin Platform API; review these for clues such as permission denied or resource not found.
Resolution tips:
- Double-check the input parameters.
- Confirm credentials and permissions.
- Use the node’s "Continue On Fail" option to handle errors gracefully in workflows.