Actions12
Overview
This node integrates with the Memberspot API to list results of a specific exam. It fetches all exam results associated with a given Exam ID, allowing users to retrieve detailed performance data for that exam.
Common scenarios where this node is beneficial include:
- Educational platforms wanting to analyze exam outcomes.
- Administrators needing to export or process exam results programmatically.
- Automating reporting workflows based on exam performance.
For example, an educator could use this node to automatically pull exam results after an exam closes and then trigger follow-up actions such as sending personalized feedback emails.
Properties
| Name | Meaning |
|---|---|
| Exam ID | The unique identifier of the exam whose results you want to list. This property is required. |
Output
The node outputs a JSON array containing the exam results retrieved from the Memberspot API endpoint /v1/exams/{examId}/results. Each item in the output corresponds to one exam result record, including details such as user information, scores, completion status, timestamps, and other relevant exam data as provided by the API.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating with the Memberspot API.
- The node expects the Memberspot API base URL and API key to be configured in the credentials.
- Internet access to reach the Memberspot API endpoints.
Troubleshooting
- Invalid Exam ID: If the Exam ID is incorrect or does not exist, the API may return an error or empty results. Verify the Exam ID before running the node.
- Authentication Errors: Ensure the API key credential is valid and has sufficient permissions to access exam results.
- Network Issues: Connectivity problems can cause request failures. Check network settings and API availability.
- API Rate Limits: Excessive requests might be throttled by the API. Implement retry logic or reduce request frequency if needed.
- Error Handling: If the node is set to continue on fail, errors will be returned in the output JSON under an
errorfield; otherwise, execution will stop with an error message.
Links and References
- Memberspot API Documentation (general reference, as the node description mentions agentur-systeme.de powering the API)
- n8n HTTP Request Node documentation for understanding API calls: https://docs.n8n.io/nodes/n8n-nodes-base.httpRequest/