manifest / integrations / kla-tivie-slides-api
KLA Tivie Slides API
KLA Tivie Slides API
by Filip Van Reeth · github.com/filipvanreeth/kla-tivie-slides-api
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/filipvanreeth/kla-tivie-slides-api/archive/refs/heads/main.zipFrom the readme
Kla Tivie Slides API
Kla Tivie Slides API is a WordPress plugin that provides an API for managing slides. This plugin allows you to get slides through a RESTful API.
Endpoints
GET /kla-tivie-slides/v1/by-date
Retrieve slides filtered by a specific date and meta key.
Parameters
- date (optional): The date to filter slides by. If not provided, the current date is used.
- datekey (optional): The meta key to use for the date comparison. Defaults to sstsstartdate.
Example Request
Example Response