Relesys API Docs

v1.2

https://api.relesysapp.net/api/v1.2

Categories

Get
GET /calendarmodules/{moduleId}/categories/{categoryId}
https://api.relesysapp.net/api/v1.2/calendarmodules/{moduleId}/categories/{categoryId}
Get the calendar category with ID categoryId.
Scopes: relesys.api, relesys.api:read, relesys.api.calendars, relesys.api.calendars:read
URL Path
moduleId string / guid required
categoryId string / guid required
Responses
application/json
JSON
{"data":{"id":"27999ae5-fbe8-4803-a2b6-63c33e2a80ce","url":null,"creationDateTime":"2026-04-29T17:48:55.7025728+00:00","lastModifiedDateTime":"2026-04-30T17:48:55.7025728+00:00","locales":[{"culture":"en-GB","title":"Calendar category locale title example 1"},{"culture":"da-DK","title":"Calendar category locale title example 2"}]}}
object
  data object      
   creationDateTime datetimeoffset      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   locales array[object]      
    culture string      
    title string      
   url string