Relesys API Docs

v1.3

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

Participation

List
GET /calendarmodules/{moduleId}/calendars/{calendarId}/participation
https://api.relesysapp.net/api/v1.3/calendarmodules/{moduleId}/calendars/{calendarId}/participation
Get a list of event participations.

attendanceConfirmed will only be set if attendance confirmation is enabled on the related calendar event - otherwise it will be null.

Default sort is by creationDateTime in ascending order.
Scopes: relesys.api, relesys.api:read, relesys.api.calendars, relesys.api.calendars:read
URL Path
moduleId string / guid required
calendarId string / guid required
Query String
attendanceConfirmed boolean Filterable optional
creationDateTime datetimeoffset Filterable Sortable optional
eventId string / guid Filterable optional
fillingId string / guid Filterable optional
id string / guid Filterable optional
lastModifiedDateTime datetimeoffset Filterable Sortable optional
status string Filterable Sortable optional
userId string / guid Filterable 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":3,"data":[{"id":"951c81d2-8211-4664-95d3-2a25cb42e9cb","url":null,"eventId":"af91fa4f-f716-43b4-972c-425ce7dd560e","eventUrl":null,"userId":"511197cf-9973-4d25-ac8f-4a1be714d297","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"a984eff7-22dd-41fa-85fa-a493d074abec","fillingUrl":null,"creationDateTime":"2025-08-22T05:45:01.9678696+00:00","lastModifiedDateTime":"2025-08-23T05:45:01.9678696+00:00"},{"id":"bedac99c-75e1-40d6-9b6c-ff3185542b52","url":null,"eventId":"0ed242cf-efc6-4829-bea6-2bd3bbd1efc9","eventUrl":null,"userId":"95f361d4-01e9-49e4-8ad1-5c7e1ee332c1","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-08-23T05:45:01.9678696+00:00","lastModifiedDateTime":null},{"id":"c9bd57cf-af5f-493f-9e6b-07d391f58ff1","url":null,"eventId":"9b99e39b-43e1-4fd1-94f0-8d50d6f56886","eventUrl":null,"userId":"8311b048-651e-4b7d-bc2f-c066a22a8633","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"cacf570d-394e-4258-9713-a4ccf061779c","fillingUrl":null,"creationDateTime":"2025-08-23T05:45:01.9678696+00:00","lastModifiedDateTime":null}]}
object
  count integer      
  data array[object]      
   attendanceConfirmed boolean      
   creationDateTime datetimeoffset      
   eventId string / guid      
   eventUrl string      
   fillingId string / guid      
   fillingUrl string      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   status string      
   url string      
   userId string / guid      
   userUrl string      
  nextUrl string      
  previousUrl string