Catalog Service API
Overview
NoviSign offers an optional web service, acting as an intermediary layer between third-party APIs and devices. This service provides clients with increased flexibility and convenience in data storage and consumption.
NoviSign offers an optional web service, acting as an intermediary layer between third-party APIs and devices. This service provides clients with increased flexibility and convenience in data storage and consumption.
Several standard scenarios fall within the service’s scope:
Once data is saved in the catalog repository, it becomes accessible through standard public “GET” methods, enabling injection into screens via Player Custom API Configuration
The complete API for the Catalog Service can be accessed here
Each item is stored with an account ID (representing the corresponding account in Studio) and an item ID, set by the client and sent with POST requests.
Catalog records can be stored and accessed using two different approaches:
Note: Consider the “limit” parameter when fetching data via feed-controller GET requests to manage data retrieval efficiently.
The scheduling feature is tailored for customers requiring repetitive scheduled tasks that involve executing pre-processed business logic through the catalog service before saving items in the database, making them accessible for display on screens.