Jegy.hu

Interact with Jegy.hu ticketing API

Overview

This node interacts with the Jegy.hu ticketing API to perform various ticket-related operations. Specifically, the 'Get Audit Free Tickets' operation retrieves free tickets available for an auditorium event identified by a Net Event ID. This is useful for event organizers or ticketing agents who need to access complimentary ticket information for auditing or promotional purposes.

Use Case Examples

  1. Retrieve free tickets for a specific auditorium event by providing its Net Event ID.
  2. Use the node to automate the process of fetching free ticket data for reporting or integration with other event management systems.

Properties

Name Meaning
Net Event ID The unique identifier for the auditorium event to fetch free tickets for.

Output

JSON

  • json - The JSON response from the Jegy.hu API containing details of free tickets for the specified auditorium event.

Dependencies

  • Requires an API key credential for the Jegy.hu ticketing API to authenticate requests.

Troubleshooting

  • Common issues include invalid or missing Net Event ID, resulting in API errors or empty responses.
  • API authentication failures due to incorrect or expired credentials can cause request failures.
  • Network or connectivity issues may prevent successful API communication.
  • Error messages from the API should be checked for details; ensure the Net Event ID corresponds to a valid auditorium event.

Discussion