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 interacts with the GymControl API to retrieve information about genders configured in a GymControl instance. The "Get" operation under the "Gender" resource fetches the list of available gender entries from the system.
This node is useful when you want to integrate GymControl's gender data into your workflows, for example:
- Synchronizing gender options with another system.
- Using gender data to customize user profiles or reports.
- Automating membership or user management processes based on gender categories.
Properties
| Name | Meaning |
|---|---|
| Show Complete Response | When enabled, returns the full API response instead of just the processed data. |
Output
The node outputs JSON data containing the list of genders retrieved from the GymControl API. Each gender entry typically includes an ID and a name. If "Show Complete Response" is enabled, the entire raw API response is returned.
No binary data output is produced by this node.
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 access to the GymControl API endpoint
/settings/gendersis necessary.
Troubleshooting
- Authentication errors: Ensure that the API key credential is valid and has sufficient permissions to access gender settings.
- Network issues: Verify connectivity to the GymControl API URL configured in the credentials.
- Empty results: Confirm that there are gender entries configured in the GymControl system; otherwise, the returned list will be empty.
- Unexpected response format: If the API changes, the node might fail to parse the response correctly. Enabling "Show Complete Response" can help debug such issues.
Links and References
- GymControl API Documentation (generic link, replace with actual if available)
- n8n Documentation on Creating Custom Nodes