Relesys API Docs

v1.3

https://api.uat.relesystest.net/api/v1.3

Categories

Get
GET /calendarmodules/{moduleId}/categories/{categoryId}
https://api.uat.relesystest.net/api/v1.3/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":"a1b8e318-5bec-4f15-9a8f-df78f2027d3f","url":null,"creationDateTime":"2026-01-12T15:01:49.9620931+00:00","lastModifiedDateTime":"2026-01-13T15:01:49.9620931+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