Relesys API Docs

v1.1

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

Categories

Get
GET /calendarmodules/{moduleId}/categories/{categoryId}
https://api.relesysapp.net/api/v1.1/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":"d557835e-215a-49a7-80b5-9d447e085d86","url":null,"creationDateTime":"2025-09-10T21:43:12.6970057+00:00","lastModifiedDateTime":"2025-09-11T21:43:12.6970057+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