Relesys API Docs

v1.3

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

Categories

Get
GET /calendarmodules/{moduleId}/categories/{categoryId}
https://api.relesysapp.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":"fc6ab783-8e7a-4294-bd52-29020a13dfa6","url":null,"creationDateTime":"2025-01-21T05:02:42.6194794+00:00","lastModifiedDateTime":"2025-01-22T05:02:42.6194794+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