Actions91
- Account Setting Actions
- Addon Actions
- Ceiling Actions
- Company Info Actions
- Device Actions
- Exercise Actions
- Feedback Actions
- File Actions
- File Type Actions
- Gender Actions
- Guest Actions
- License Actions
- Log Actions
- Payment Actions
- Permission Actions
- Relationship Actions
- Role Actions
- Service Actions
- Service Price Actions
- Social Actions
- Topic Actions
- User Actions
- Workout Execution Actions
- Worksheet Actions
Overview
This node integrates with the GymControl system to retrieve data related to gym management. Specifically, the "Ceiling" resource with the "Get From Exercise" operation fetches ceiling information associated with a particular exercise. This can be useful for scenarios where you want to analyze or manage limits or thresholds (ceilings) tied to specific exercises in your gym's workout plans.
Practical examples include:
- Retrieving maximum allowed repetitions or weights for an exercise.
- Fetching exercise-specific constraints or limits set in the GymControl system.
- Integrating exercise ceilings into automated workout planning or reporting workflows.
Properties
| Name | Meaning |
|---|---|
| Show Complete Response | If enabled, returns the full API response instead of just the processed data. |
| Exercise | The exercise from which to get the ceiling data. Can be specified by ID or selected from a searchable list of exercises. |
Output
The node outputs JSON data containing the ceiling information related to the specified exercise. If "Show Complete Response" is enabled, the entire raw API response is returned; otherwise, only the relevant ceiling data is provided.
No binary data output is indicated.
Dependencies
- Requires connection to a GymControl instance via an API key credential.
- The node uses the base URL and API key from the configured credentials to make authenticated HTTP requests.
- No additional external dependencies are required.
Troubleshooting
Common issues:
- Invalid or missing API credentials will cause authentication failures.
- Specifying an invalid exercise ID or selecting an exercise that does not have associated ceiling data may result in empty or error responses.
- Network connectivity problems to the GymControl API endpoint.
Error messages and resolutions:
- Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
- Not found or empty results: Confirm the exercise ID exists and has ceiling data.
- Request timeouts or network errors: Check network connectivity and GymControl service availability.
Links and References
- GymControl API Documentation (Assumed link, replace with actual if available)
- n8n Documentation on Creating Custom Nodes