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":"8c2371bb-70b2-44d4-b853-83766842421d","url":null,"eventId":"882d90e7-9d4a-4cea-8650-c66d419fe2d3","eventUrl":null,"userId":"82ba2426-ec45-49c2-8339-769cc331d49c","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"ab4f1aba-acf0-480a-b314-4ef3f0826494","fillingUrl":null,"creationDateTime":"2025-10-14T04:56:02.9210568+00:00","lastModifiedDateTime":"2025-10-15T04:56:02.9210568+00:00"},{"id":"c6d454a1-bcda-4fd3-92fd-fe821cfe36c5","url":null,"eventId":"c18bc01d-73fc-41a3-b5c7-5f4e88fa618c","eventUrl":null,"userId":"28944eff-d553-45ef-8b6d-29c904cb88ba","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-10-15T04:56:02.9210568+00:00","lastModifiedDateTime":null},{"id":"96b1181a-aad9-4d64-8325-bfa42962363c","url":null,"eventId":"f3021386-0023-460e-8348-72f2ff8e6646","eventUrl":null,"userId":"5afd788c-79dc-4c74-8cc1-1e5b29d4a8d5","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"cd5d0e4d-88dd-4204-82ec-29a610fdd496","fillingUrl":null,"creationDateTime":"2025-10-15T04:56:02.9210568+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