myLIMS icon

myLIMS

Allows interaction with myLIMS API

Overview

This node integrates with the myLIMS system to retrieve summarized pricing information related to a specific work item identified by its Work ID. It is useful in scenarios where users need to quickly access aggregated price data for laboratory works or billing items managed within the myLIMS platform. For example, a lab manager could use this node to fetch summary prices of a particular work order to review costs before invoicing.

Properties

Name Meaning
Work ID The unique identifier (number) of the work item for which the summary prices are requested. This is required to specify the target work record.

Output

The node outputs JSON data representing the summary prices associated with the specified work. The structure corresponds to the response from the myLIMS API endpoint /works/{workId}/Prices/Summary. This typically includes aggregated pricing details such as total costs, price breakdowns, or summaries relevant to the work item.

No binary data output is produced by this operation.

Dependencies

  • Requires an active connection to the myLIMS API.
  • An API key credential (or equivalent authentication token) must be configured in n8n to authorize requests to the myLIMS system.
  • Network access to the myLIMS API endpoint is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing Work ID: Ensure that the Work ID provided is correct and exists in the myLIMS system.
    • Authentication errors: Verify that the API key or authentication credentials are correctly set up and have sufficient permissions.
    • Network or API downtime: Check connectivity and the status of the myLIMS API service.
  • Error messages:

    • API Request failed: <message>: Indicates a failure during the API call. The message may provide details such as invalid parameters, unauthorized access, or server errors. Review the error message and verify input parameters and credentials.
    • Unsupported resource: work: This would occur if an unsupported operation is selected; ensure "workSummaryPrices" is chosen under the "Work" resource.

Links and References

  • myLIMS API documentation (refer to your organization's internal or public API docs for detailed endpoint descriptions)
  • n8n documentation on creating and configuring API credentials

Discussion