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 API to retrieve data related to gym management. Specifically, for the "Ceiling" resource and the "Get" operation, it fetches ceiling-related information from a GymControl instance. This can be useful in scenarios where you want to programmatically access or monitor ceiling configurations or limits set within the gym management system.
Practical examples include:
- Automatically retrieving ceiling settings to adjust workout plans or memberships.
- Integrating ceiling data into reports or dashboards.
- Triggering workflows based on ceiling thresholds or changes.
Properties
| Name | Meaning |
|---|---|
| Show Complete Response | When enabled, returns the full raw response from the API instead of just the main data. |
Output
The node outputs JSON data representing the ceiling information retrieved from the GymControl API. The exact structure depends on the API's response for the ceiling resource but generally includes details about ceiling configurations or limits.
If "Show Complete Response" is enabled, the output will contain the entire API response, which may include metadata or additional fields beyond the core ceiling data.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating requests to the GymControl API.
- The node expects the base URL of the GymControl instance to be configured in the credentials.
- Network connectivity to the GymControl API endpoint is necessary.
Troubleshooting
- Authentication errors: Ensure that the API key credential is valid and has sufficient permissions.
- Network issues: Verify that the base URL is correct and accessible from the n8n environment.
- Empty or unexpected responses: Check if the requested ceiling resource exists and that the API endpoint is functioning properly.
- Incorrect property usage: Make sure the "Show Complete Response" boolean is set according to your needs; enabling it might return more data than expected.
Links and References
- GymControl API documentation (refer to the official GymControl API docs for detailed endpoint info)
- n8n documentation on creating and using API credentials