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 interacts with the iTwin Platform's iModels API, specifically allowing users to remove an iModel from their list of favorites. It is useful in scenarios where users want to manage their favorite iModels by removing those they no longer need quick access to. For example, a user who has previously marked several iModels as favorites can use this operation to clean up or update their favorites list by removing specific iModels.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the iModel to be removed from the user's favorites. This is a required string input. |
Output
The output of this node is a JSON object representing the result of the removal operation. Typically, it will contain confirmation details or status information indicating whether the iModel was successfully removed from the favorites. If the operation returns multiple items, each will be output as separate JSON objects in an array. The node does not output binary data.
Dependencies
- Requires an API key credential for authenticating with the iTwin Platform iModels API.
- The node depends on the
IModelsOpenApiInterpretermodule internally to map and execute the API operations. - Proper configuration of the OAuth2 authentication credentials for the iTwin Platform is necessary.
Troubleshooting
- Common issues:
- Providing an invalid or non-existent iModel ID will likely cause the operation to fail.
- Missing or incorrect API authentication credentials will prevent successful communication with the iTwin Platform.
- Error messages:
"Unknown operation: <operation>"indicates that the specified operation name is not recognized; ensure "remove-imodel-from-my-favorites" is correctly set.- Errors related to authentication failures suggest checking the API key or OAuth2 token validity.
- To resolve errors, verify the correctness of the iModel ID, ensure valid credentials are configured, and confirm network connectivity to the iTwin API endpoints.
Links and References
- iTwin Platform Developer Documentation
- Node documentation URL (as per node metadata): https://developer.bentley.com/apis/