Actions11
Overview
This node integrates with the Memberspot API to perform various operations related to educational content management. Specifically, for the Exam resource and the List Exam Results operation, it retrieves the results of a specified exam by its ID. This is useful in scenarios where you want to automate fetching exam performance data for reporting, analytics, or further processing within an n8n workflow.
For example, after students complete an exam, this node can be used to pull all their results automatically and feed them into a dashboard, send notifications, or trigger other workflows based on exam outcomes.
Properties
| Name | Meaning |
|---|---|
| Exam ID | The unique identifier of the exam for which the results should be listed. This is required. |
Output
The node outputs an array of JSON objects, each representing the exam results retrieved from the Memberspot API for the specified Exam ID. The exact structure depends on the API response but typically includes details such as user identifiers, scores, completion status, timestamps, and other relevant exam result data.
No binary data output is produced by this operation.
Dependencies
- Requires an active connection to the Memberspot API via an API key credential.
- The node expects the Memberspot API base URL to be configured in the credentials.
- Network access to the Memberspot API endpoint is necessary.
Troubleshooting
Common issues:
- Invalid or missing Exam ID will cause the API request to fail.
- Incorrect or expired API credentials will result in authentication errors.
- Network connectivity problems may prevent successful API calls.
Error messages:
- Errors thrown by the node include detailed API error responses wrapped in a NodeApiError, indicating the item index that caused the failure.
- Authentication failures usually indicate invalid API keys; verify and update credentials.
- If the exam ID does not exist or is malformed, the API will return an error; ensure the Exam ID is correct.
Links and References
- Memberspot API Documentation (general reference, as the node description mentions agentur-systeme.de powering the API)
- n8n Expressions Documentation (for using expressions in property values)