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":"842fbb76-3fbb-4a00-b4be-e395b91ebda4","url":null,"eventId":"9756cc41-d45a-4589-89ba-5aa23dd3f067","eventUrl":null,"userId":"1d8acce6-8fb9-4e13-927e-6ad26be11259","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"e6638aa3-36eb-47fa-9bfa-60ff2d7e5256","fillingUrl":null,"creationDateTime":"2025-11-26T00:52:27.9483308+00:00","lastModifiedDateTime":"2025-11-27T00:52:27.9483308+00:00"},{"id":"e1bae8bf-7d56-4860-9145-92f42ae52c33","url":null,"eventId":"34b7e451-32a5-4c60-9489-fcfb416b0a59","eventUrl":null,"userId":"63f0fca5-6b55-49db-b975-ca3d7c0cadb2","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-11-27T00:52:27.9483308+00:00","lastModifiedDateTime":null},{"id":"113d907e-b426-45a0-9f1f-ca04a362f0bd","url":null,"eventId":"345764b4-fe0c-4927-a20c-7add759431e6","eventUrl":null,"userId":"ad25f448-b468-42bd-a1e5-235cebf64cfa","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"36ebcf01-d544-4d21-ad46-4da4570e291f","fillingUrl":null,"creationDateTime":"2025-11-27T00:52:27.9483308+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