Relesys API Docs

v1.4

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

Categories

Get
GET /calendarmodules/{moduleId}/categories/{categoryId}
https://api.uat.relesystest.net/api/v1.4/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":"23ed2d15-5ebc-44de-8f8e-101995765678","url":null,"creationDateTime":"2026-08-22T00:42:35.2775081+00:00","lastModifiedDateTime":"2026-08-23T00:42:35.2775081+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