This site provides release notes for Visma Horizon products. To retrieve release data programmatically, use the JSON API endpoints described below.
GET http://testreleasenotes.horizon.lv/api/release-items
Returns all release items as a JSON array.
GET http://testreleasenotes.horizon.lv/api/release-items/by-date?from=YYYY-MM-DD&to=YYYY-MM-DD
Returns release items where CloudPublishDate or OnPremDeliveryDate falls within the specified range (inclusive).
Both from and to parameters are required. Format: yyyy-MM-dd.
GET http://testreleasenotes.horizon.lv/api/release-items/{jiraIssueKey}
Returns a single release item by its Jira issue key (e.g., NUMO-1234). Returns 404 if not found.
Each release item contains the following fields:
id — unique identifierjiraIssueKey — Jira issue key (e.g., NUMO-1234)changeType — type of change (e.g., bug fix, improvement)changeDescription — description of the changetheme — product theme/modulegroupName — product groupproject — project namedeliveryType — Cloud or On-premcloudPublishDate — cloud release date (yyyy-MM-dd)onPremDeliveryDate — on-premises delivery date (yyyy-MM-dd)fixVersions — associated fix versionsisHighPriority — whether the item is high priority