Integration with Visix Digital Signage via Our New API
We are thrilled to announce a new API that allows integration with Visix, the leading digital signage platform. This feature empowers organizations to produce CSV files tailored for Visix, streamlining the process of displaying events and schedules on digital signage systems.
Key Features of the Visix API
The API endpoint is available at https://doublespot.com/web/visix
, with query parameters designed to meet various needs. The generated CSV files can either be displayed directly in the web browser or downloaded as files, depending on your preferences.
Query Parameters
Here are the key parameters to customize your CSV file:
- orgId (required if
venueId
is absent): The ID of the organization. The organization's DoubleSpot homepage should be available athttps://doublespot.com/provider/:id
. - venueId (required if
orgId
is absent): The ID of the venue. The venue's DoubleSpot page should be available athttps://doublespot.com/venue/:id
. - date: The date of the events. At least part of the event must occur on this date. Format:
YYYY-MM-DD
. - startDate: The earliest start date of the events. Format:
YYYY-MM-DD
. This takes precedence overdate
when both are provided. - endDate: The latest end date of the events. Format:
YYYY-MM-DD
. This also takes precedence overdate
when both are provided. - displayDate: Determines if the start and end times include the full date string:
1
: Include the full date string.- Other values: Exclude the date string.
- download: Specifies whether the CSV file should be directly downloaded or displayed in the browser:
1
: Directly download the file.- Other values: Display the file in the browser.
Key Requirements
To use this API effectively, ensure the following:
- At least one of
orgId
orvenueId
must be provided. - Either
date
or bothstartDate
andendDate
must be specified.
Practical Use Cases
- Single-Day Event Listings: Retrieve all events occurring on a specific day using the
date
parameter.
Example:
https://doublespot.com/web/visix?orgId=123456&date=2025-01-17&displayDate=1&download=1
- Multi-Day Event Listings: Fetch events within a specific date range using startDate and endDate.
Example:
https://doublespot.com/web/visix?venueId=123456&startDate=2025-01-17&endDate=2025-01-23&displayDate=0&download=0
- Custom Organization Event Listings: Generate event details for a particular organization while choosing to display date information.
Example:
https://doublespot.com/web/visix?orgId=123456&startDate=2025-01-17&endDate=2025-01-23&displayDate=1&download=0
How It Works
- Input the Parameters: Enter the required query parameters into the API endpoint URL.
- Generate the CSV File: Depending on your configuration, the CSV file will either be displayed in the browser or directly downloaded.
- Integrate with Visix: Upload the generated CSV file into your Visix digital signage system to update your displays.
Start integrating your digital signage with Visix today by leveraging our API and see how it can transform your event scheduling and display process. For detailed documentation and support, feel free to contact our team at contact@doublespot.com.