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":"e11db5d8-614a-4f5f-ad3d-9168d458a4ad","url":null,"eventId":"3f36d00c-3edf-42bb-845e-e7d879eac406","eventUrl":null,"userId":"2f8be379-c14c-47a1-96fe-ac0b51dd2a46","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"e2e7c5d1-6079-4e39-a165-5f1864493606","fillingUrl":null,"creationDateTime":"2025-10-12T20:06:37.8897787+00:00","lastModifiedDateTime":"2025-10-13T20:06:37.8897787+00:00"},{"id":"98e05c99-fd38-42d8-b71b-909d2e8b089f","url":null,"eventId":"5dc9d274-3f28-49c2-9a26-e5fe404f8c7f","eventUrl":null,"userId":"34f549d4-c7b9-4073-99a9-79793794b74b","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-10-13T20:06:37.8897787+00:00","lastModifiedDateTime":null},{"id":"25a1305c-0880-46d1-a0a1-1163feef3d5f","url":null,"eventId":"3d48298c-2bea-4f73-8a61-13f0edd50fed","eventUrl":null,"userId":"4e1bd7b6-d76e-4652-ad7f-f6f38e304a0a","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"5eb294fc-705f-49c8-850d-3f11351c6542","fillingUrl":null,"creationDateTime":"2025-10-13T20:06:37.8897787+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