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":"0fcb7def-d39d-4fb0-93f6-a35de4d6ef33","url":null,"eventId":"a4f8c82e-3239-42a0-a117-9ce56e8e63ed","eventUrl":null,"userId":"093e2e4f-0945-4c07-a374-f771ee61204e","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"901cdca3-8b64-4fe0-8b88-76a66992b7e4","fillingUrl":null,"creationDateTime":"2025-04-02T22:17:33.7369715+00:00","lastModifiedDateTime":"2025-04-03T22:17:33.7369715+00:00"},{"id":"9368137f-5899-4e50-b122-b4885314080a","url":null,"eventId":"c5b2683d-237a-455d-a731-dd37b1f57de6","eventUrl":null,"userId":"44c3c0d2-2b1c-4e93-b78d-e743ec16e4d0","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-04-03T22:17:33.7369715+00:00","lastModifiedDateTime":null},{"id":"c71bd8cc-6383-4605-8067-fe70742766a9","url":null,"eventId":"7f0fd393-ec8c-483a-a10d-af23aa176aaa","eventUrl":null,"userId":"55da3c00-2fe3-4a9b-aec0-0ca1918a148c","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"36863dec-f86c-4960-bcb6-009273124ac0","fillingUrl":null,"creationDateTime":"2025-04-03T22:17:33.7369715+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