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 manage various gym-related resources. Specifically, for the License - Get operation, it retrieves information about licenses configured in a GymControl instance. This can be useful for gym administrators or software integrators who want to automate license management, verify license details, or synchronize license data with other systems.
Practical examples include:
- Automatically fetching license details to validate user access.
- Integrating license information into membership management workflows.
- Auditing or reporting on active licenses within the gym system.
Properties
| Name | Meaning |
|---|---|
| Show Complete Response | When enabled (true), returns the full raw response from the API instead of just the processed data. Defaults to false. |
Output
The node outputs JSON data representing the license information retrieved from the GymControl API. The structure typically includes license attributes such as ID, name, status, expiration, and other relevant metadata defined by the GymControl service.
If "Show Complete Response" is enabled, the output will contain the entire API response object, which may include additional metadata or nested fields beyond the core license data.
No binary data output is involved in 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 provided via 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 to access license data.
- Network issues: Verify that the base URL is correct and accessible from the n8n environment.
- Empty or missing data: Confirm that licenses exist in the GymControl system and that the API endpoint is returning data.
- Unexpected response format: If the API changes, enabling "Show Complete Response" can help debug by showing the full raw response.
Links and References
- GymControl API Documentation (hypothetical link)
- n8n documentation on creating custom nodes