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":"9073f17f-1f82-4fd5-8fa9-78abe17dec76","url":null,"eventId":"7d08ad4b-e00b-4c6b-b690-890066d734c1","eventUrl":null,"userId":"1b5fa3b0-4acb-49a8-a358-b3ec06486ad6","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"69e91184-9fa8-41c7-9bf6-342f2b5e1231","fillingUrl":null,"creationDateTime":"2025-11-03T06:30:17.9665681+00:00","lastModifiedDateTime":"2025-11-04T06:30:17.9665681+00:00"},{"id":"eea51965-7432-48ca-b1f5-c68b65df83d4","url":null,"eventId":"c6e9f82c-1f6e-48d4-b474-5d349f0c3aa9","eventUrl":null,"userId":"95cb08ae-4083-4dd8-ae8b-8d96388d884f","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-11-04T06:30:17.9665681+00:00","lastModifiedDateTime":null},{"id":"a270cd6c-b788-43d1-9945-9ddaacc8233a","url":null,"eventId":"f433f50f-9d91-4d85-8712-f84f3b2151c9","eventUrl":null,"userId":"11f0bc91-d19d-4754-a0cc-51f72f288f96","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"3e8ed213-913d-4da7-bfdd-86dd75afa531","fillingUrl":null,"creationDateTime":"2025-11-04T06:30:17.9665681+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