Actions9
Overview
This node interacts with the Jegy.hu ticketing API to perform various operations related to event ticketing and auditorium seat management. Specifically, the 'Get Audit Seats' operation retrieves the seat layout for a specified auditorium sector, including optional extra sector and capacity information. This is useful for event organizers or ticket sellers who need detailed seating arrangements and availability for an event venue.
Use Case Examples
- Retrieve the seating layout for a specific auditorium sector to display available seats to customers.
- Fetch detailed sector information including extra sector details and capacity for event planning or reporting.
Properties
| Name | Meaning |
|---|---|
| Net Audit ID | The unique identifier for the auditorium audit to retrieve seat information for. |
| Sector ID | The identifier of the sector within the auditorium to get seat layout details for. |
| Show Extra Sector | Boolean flag to indicate whether to include extra sector information in the response. |
| Show Capacity Sector | Boolean flag to indicate whether to include capacity sector information in the response. |
Output
JSON
json- The JSON response from the Jegy.hu API containing the seat layout and sector information for the specified auditorium and sector.
Dependencies
- An API key credential for the Jegy.hu ticketing API is required to authenticate requests.
Troubleshooting
- Common issues include invalid or missing Net Audit ID or Sector ID, which will cause the API to return errors or empty results.
- Network or authentication errors may occur if the API key credential is incorrect or expired.
- If the 'Show Extra Sector' or 'Show Capacity Sector' flags are set incorrectly, the returned data may not include the expected additional sector details.
Links
- Jegy.hu API Documentation - Official documentation for the Jegy.hu ticketing API which details available endpoints and parameters.