PADS4 Platform home page
English
Search...
⌘K
Ask AI
Contact
Support Portal
Support Portal
Search...
Navigation
Digital Signage
Getting Started
Introduction
Components
PADS4 Web Designer
Introduction
PADS4 CMS
Introduction
Login
Homepage
Categories
Create a template
Library
Create a new message
Publish a message
Publications
Ordering
More features
PADS4 Windows Applications
Introduction
Designer
Introduction
Starting the PADS4 Designer
Main Window
Working with presentations
Working with Pages
Working with Page Elements
Page Elements
Working with Playlists
Working with Data Providers
Introduction
Adding a Data Provider
Adding a Data Provider
Choosing a provider type
General provider settings
Provider connection settings
Connecting a .NET framework data provider
Connecting a Bluefox Digital Signage content feed
Connecting a Cognimatics feed
Connecting a Database via OData
Connecting a Database via ODBC
Connecting a Database via OLEDB
Connecting a Folder
Connecting to Facebook
Connecting a Flickr feed
Connecting a FTP Folder
Connecting to Genesys
Connecting to Google Workspace Calendar
Connecting to Google Workspace Sheets
Connecting an Instagram feed
Connecting an Intel AIM Device
Connecting to Invue POD
Connecting a JSON Feed or File
Connecting a legacy JSON Feed
Connecting a legacy JSON File
Connecting a media RSS feed
Connecting a media RSS file
Connecting a Microsoft Access Database
Connecting to Micorosft Dynamics CRM
Connecting to Micorosft LinkedIn
Connecting to Micorosft Teams
Connecting to Office 365 Excel
Connecting to Office 365 Exchange
Connecting a Micorsoft Excel Sheet
Connecting a Micorsoft Exchange Server
Connecting a Micorsoft Exchange Server Calendar Table
Connecting to Microsoft Sharepoint
Connecting a Microsoft SQL Server CE Database
Connecting a Microsoft SQL Server Database
Connecting a Newmarket Delphi feed
Connecting an OpenOffice Calc File
Connecting to Aviavox
Connecting to PADS4FIDS
Connecting to PADS4 Sensors
Scheduler
Agent
System Management
Licenses
PADS4 Data Vaults
Introduction
On this page
Steps to Add or Modify a JSON Feed Connection
1. Start the Data Provider Wizard
2. Specify the JSON Feed URL
3. Choose the Request Method
4. Configure Data Formatting
5. Configure Security and Authentication
6. Finalizing the JSON Feed Setup
Important Considerations
Provider connection settings
Connecting a legacy JSON Feed
OpenAI
Open in ChatGPT
JSON (JavaScript Object Notation)
is a widely used, lightweight format for
data exchange
. PADS4 supports
legacy JSON feed integration
, allowing real-time data retrieval for digital signage presentations.
Steps to Add or Modify a JSON Feed Connection
1. Start the Data Provider Wizard
Open the
Data Provider Wizard
by following the instructions in
Adding a Data Provider
or
Editing a Data Provider
.
Select
JSON Feed
as the provider type.
2. Specify the JSON Feed URL
Enter the
JSON Feed URI
(URL) pointing to the data source.
Click
Preview
to view a sample of the retrieved data.
Click
Next
to proceed.
3. Choose the Request Method
GET (default)
→ Retrieves data without modifying it.
POST
→ Used for sending additional parameters.
If
POST
is selected, enter the
request body
with required parameters.
4. Configure Data Formatting
Flatten Hierarchical Data
→ Converts
nested JSON structures
into a flat table format.
Include Parent Levels Column Names
→ Adds
parent-level identifiers
for hierarchical relationships.
Create Additional Columns Without HTML Tags
→ Removes
HTML formatting
and extracts
plain text
.
Click
Next
to proceed.
5. Configure Security and Authentication
Authorization (if required)
Enable
Authorization Required
.
Enter
UserID, Password, and Domain
.
Proxy Server (if applicable)
Configure proxy settings if your network requires authentication.
User-Agent Identification
If required, specify a
custom User-Agent string
(useful for API access restrictions).
Click
Next
to proceed.
6. Finalizing the JSON Feed Setup
Click
Finish
to complete the configuration.
Important Considerations
PADS4 Data Server
If using a
PADS4 Data Server
, ensure the
JSON feed is accessible from the server
.
If not using a Data Server, ensure that both
PADS4 Designer (for previewing) and Viewers
can access the JSON feed.
Hierarchical JSON Data Handling
If your JSON structure has
multiple levels
, ensure that
Flatten Hierarchical Data
is enabled for a structured output.
By following these steps,
PADS4 can efficiently retrieve and display JSON-based real-time data
within digital signage presentations.
Connecting a JSON Feed or File
Connecting a legacy JSON File
Assistant
Responses are generated using AI and may contain mistakes.