Actions100
- Activity Logs Actions
- Articles Actions
- Asset Layouts Actions
- Asset Passwords Actions
- Assets Actions
- Get Assets
- Get Companies Company Id Assets
- Post Companies Company Id Assets
- Get Companies Company Id Assets Id
- Put Companies Company Id Assets Id
- Delete Companies Company Id Assets Id
- Put Companies Company Id Assets Id Archive
- Put Companies Company Id Assets Id Unarchive
- Put Companies Company Id Assets Id Move Layout
- Cards Actions
- Companies Actions
- Expirations Actions
- Exports Actions
- Folders Actions
- IP Addresses Actions
- Lists Actions
- Magic Dash Actions
- Matchers Actions
- Networks Actions
- Password Folders Actions
- Procedure Tasks Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
Overview
This node is designed to retrieve a specific Rack Storage Item by its unique identifier. It is useful in scenarios where you need to fetch detailed information about a particular storage item within a rack system, such as inventory management, asset tracking, or warehouse automation. For example, if you have an ID of a storage item and want to get its metadata or status, this node will perform that lookup.
Properties
Name | Meaning |
---|---|
Id | The unique numeric identifier of the Rack Storage Item to retrieve. This property is required and specifies which item the node should fetch. |
Output
The node outputs JSON data representing the details of the requested Rack Storage Item. The structure typically includes all relevant fields describing the item, such as its attributes, status, location, or any metadata defined by the backend service. If the node supports binary data output (not indicated here), it would represent associated files or attachments related to the storage item.
Dependencies
- Requires an API key or authentication token configured in the node credentials to access the backend service.
- Depends on the external AvantGuard WebhookSite API endpoint, with the base URL provided via credentials.
- The node uses HTTP headers to accept and send JSON content.
Troubleshooting
- Missing or invalid Id: Ensure the "Id" property is set and is a valid number; otherwise, the request will fail.
- Authentication errors: Verify that the API key or authentication token is correctly configured and has sufficient permissions.
- Network or API errors: Check connectivity to the API base URL and confirm the service is operational.
- Unexpected response format: If the output JSON does not match expectations, verify the API version and compatibility.
Links and References
- Refer to the AvantGuard API documentation for Rack Storage Items for detailed schema and examples.
- n8n documentation on configuring API credentials and HTTP request nodes.