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":"5cdd2529-4f70-4ef3-931b-e16c54e9c46c","url":null,"eventId":"c2bdb7b0-f4da-4f35-800e-487fc2a94bbf","eventUrl":null,"userId":"e7a5fd40-8d60-4aaf-96b1-df26e5bacda0","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"5342d60e-7f65-4d5b-b9ef-693118f718cd","fillingUrl":null,"creationDateTime":"2025-04-24T09:32:10.9567232+00:00","lastModifiedDateTime":"2025-04-25T09:32:10.9567232+00:00"},{"id":"5ad2ef5d-c484-45ca-bee5-2d44f6b065e7","url":null,"eventId":"3518e461-de0c-4fd9-aa18-274413f3f4e0","eventUrl":null,"userId":"20d90f19-a189-4d89-85fd-164c95e67863","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-04-25T09:32:10.9567232+00:00","lastModifiedDateTime":null},{"id":"794ad498-36a9-45cb-8d5f-aa973fa74855","url":null,"eventId":"5e1e6dc6-0160-4697-b2fe-f014e343d1a0","eventUrl":null,"userId":"a43995b0-9a1b-4552-b817-719c5b033fb2","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"06b131a9-c3fa-4cd6-ad78-3fbcffab2dec","fillingUrl":null,"creationDateTime":"2025-04-25T09:32:10.9567232+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