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
The node integrates with the GymControl API to retrieve pricing information for services offered by a gym or fitness center. Specifically, the "Service Price" resource with the "Get" operation allows users to fetch detailed pricing data related to gym services.
This node is useful in scenarios where you want to automate workflows involving gym service pricing, such as syncing prices with other systems, generating reports, or dynamically adjusting offerings based on price data.
Example use cases:
- Automatically retrieving current service prices to update a website or app.
- Integrating gym service pricing into billing or invoicing workflows.
- Monitoring price changes over time for analytics.
Properties
| Name | Meaning |
|---|---|
| Show Complete Response | Boolean option to return the full API response instead of just the main data payload. |
Output
The node outputs JSON data representing the service price details retrieved from the GymControl API. The structure typically includes fields describing the price attributes of a specific gym service (e.g., price amount, currency, associated service ID).
If the "Show Complete Response" property is enabled, the output will include the entire API response object, which may contain additional metadata beyond the core price data.
No binary data output is involved.
Dependencies
- Requires an API key credential for authenticating requests to the GymControl API.
- The base URL for the API is configured via credentials.
- The node uses HTTP GET requests to fetch data from endpoints like
/services_prices.
Troubleshooting
- Authentication errors: Ensure the API key credential is correctly set and has sufficient permissions.
- Invalid resource or operation: Confirm that "Service Price" resource and "Get" operation are selected.
- Network issues: Verify connectivity to the GymControl API endpoint.
- Empty or unexpected responses: Check if the requested service price exists or if filters/parameters are correct.
- If enabling "Show Complete Response" returns too much data, consider disabling it to simplify output.
Links and References
- GymControl API Documentation (hypothetical link, replace with actual if available)