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":"2670bd67-d35f-48c9-9947-8d0d7c9daec7","url":null,"eventId":"d4b88e47-5341-46cb-81b9-46bcaf85e35d","eventUrl":null,"userId":"d027b12f-685e-4fe0-86d0-935fad50a806","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"58bb468d-1cc8-4130-9391-84f82d79b352","fillingUrl":null,"creationDateTime":"2025-12-13T05:22:29.7223036+00:00","lastModifiedDateTime":"2025-12-14T05:22:29.7223036+00:00"},{"id":"9b3a8c91-4ba1-460d-b0fe-bf7f47c56d8f","url":null,"eventId":"bbfa51be-1831-4091-a79a-f29fa4ecb2b6","eventUrl":null,"userId":"182faf9e-afa3-4563-850d-7e5ef3458982","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-12-14T05:22:29.7223036+00:00","lastModifiedDateTime":null},{"id":"5f051e75-207b-400d-a3e6-c6b65d99c66b","url":null,"eventId":"a6204337-bb43-4c9e-b1eb-fbd0b06e48c1","eventUrl":null,"userId":"4b12d5c2-1314-40c9-88fc-1fdbdfb57275","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"1b4b8703-733b-46ba-8fc8-6e2c47b68edc","fillingUrl":null,"creationDateTime":"2025-12-14T05:22:29.7223036+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