Relesys API Docs

v1.2

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

CalendarModules

Get Calendar Modules
GET /calendarmodules
https://api.relesysapp.net/api/v1.2/calendarmodules
Get a list of calendar modules.
Default sort is by name in ascending order.
Scopes: relesys.api, relesys.api:read, relesys.api.calendars, relesys.api.calendars:read
Query String
creationDateTime datetime Filterable Sortable optional
id string / guid Filterable optional
lastModifiedDateTime datetime Filterable Sortable optional
name string Filterable Sortable optional
sort string Comma separated sort order based on sortable properties optional
offset integer Offset value for use in pagination Default: 0 optional
limit integer Total objects to fetch (max 1000) Default: 200 optional
Responses
application/json
JSON
{"count":2,"data":[{"id":"135e743a-9aa9-4f52-b985-9a10c5813a58","name":"Calendar module name example 1","creationDateTime":"2024-04-15T10:55:21.1141676Z","lastModifiedDateTime":null},{"id":"3d05739f-2aab-4f6e-9d9c-ddfdc01a9f6c","name":"Calendar module name example 2","creationDateTime":"2024-04-14T10:55:21.1141676Z","lastModifiedDateTime":null}]}
object
  count integer      
  data array[object]      
   creationDateTime datetime      
   id string / guid      
   lastModifiedDateTime datetime      
   name string      
  nextUrl string      
  previousUrl string