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":"902bc256-5c2d-4db3-a333-ad8127c446a4","url":null,"eventId":"a90b13e4-f85f-4878-8bcd-8d10480d30e9","eventUrl":null,"userId":"b91de154-6b71-4553-a5f2-9ae5a387605a","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"660fd1dc-cd47-4466-a145-9b79222b610d","fillingUrl":null,"creationDateTime":"2025-06-26T13:36:46.7039537+00:00","lastModifiedDateTime":"2025-06-27T13:36:46.7039537+00:00"},{"id":"670255e8-ab69-47aa-ada8-efaffb3111ac","url":null,"eventId":"49d4d8ca-7c58-4d2b-b5a6-73c33c4cd431","eventUrl":null,"userId":"a3643c5c-c3d3-4e4d-879f-05606acc5a1d","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-06-27T13:36:46.7039537+00:00","lastModifiedDateTime":null},{"id":"ef40716f-7ddd-407f-b379-38584ec36a3e","url":null,"eventId":"dac3f81a-dba0-4347-8099-6a620790dbe7","eventUrl":null,"userId":"f11a0fe5-42b2-4bce-ad68-35dc8dad0c20","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"cfb76883-eb2c-4021-b5c5-0a07a21976d4","fillingUrl":null,"creationDateTime":"2025-06-27T13:36:46.7039537+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