GymControl icon

GymControl

Handle your GymControl instance

Actions91

Overview

This node integrates with the GymControl API to manage various gym-related resources. Specifically, for the "File Type" resource with the "Get" operation, it retrieves information about file types configured in a GymControl instance. This can be useful for workflows that need to fetch metadata or details about different file types used within the gym management system.

Practical examples include:

  • Automatically retrieving and processing file type information to categorize uploaded documents.
  • Integrating file type data into reporting or notification workflows.
  • Synchronizing file type configurations between GymControl and other systems.

Properties

Name Meaning
Show Complete Response When enabled, returns the full API response instead of just the main data payload.

Output

The node outputs JSON data representing the requested file type(s) from the GymControl API. The structure typically includes fields describing the file type's attributes as returned by the API.

If "Show Complete Response" is enabled, the output will contain the entire API response object, which may include additional metadata such as status codes or pagination info.

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 provided via credentials.
  • HTTP requests are made to endpoints under the base URL with authorization headers.

Troubleshooting

  • Authentication errors: Ensure the API key credential is correctly configured and has sufficient permissions.
  • Invalid URL or network issues: Verify the base URL in credentials is correct and accessible.
  • Empty or unexpected responses: Check if the requested file type exists and the API endpoint is functioning.
  • Enabling "Show Complete Response": If troubleshooting response structure, enable this option to see full API replies.

Links and References

  • GymControl API documentation (refer to your GymControl provider for official docs)
  • n8n documentation on creating and using API credentials

Discussion