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":"ad80eeab-bdb0-4cdb-9d83-e60e377074e9","url":null,"eventId":"2ab307e8-da6a-4100-b43e-3b339f0487e9","eventUrl":null,"userId":"b16cd803-5166-468e-832d-0701d1ca7060","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"6bc0549c-7542-4609-bdae-0126bad97988","fillingUrl":null,"creationDateTime":"2025-07-02T05:55:02.7556639+00:00","lastModifiedDateTime":"2025-07-03T05:55:02.7556639+00:00"},{"id":"968737ee-a4e9-4328-a97a-ed0e641270c1","url":null,"eventId":"f7744a5f-ebdf-43d9-a9c6-d743202c5346","eventUrl":null,"userId":"f75996b2-f9d7-46ca-8b60-58ab414d81e4","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-07-03T05:55:02.7556639+00:00","lastModifiedDateTime":null},{"id":"73351135-1f28-4bba-9b3f-850dfc76b99e","url":null,"eventId":"c4948b96-219b-4eca-8a5f-4893fe6e3cae","eventUrl":null,"userId":"80b3917d-7b8f-48b9-b102-ee664994ce19","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"175076bd-0435-4089-a188-5c66a182146f","fillingUrl":null,"creationDateTime":"2025-07-03T05:55:02.7556639+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