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":"35e79659-4e3d-4514-baee-56c73f156c3a","url":null,"eventId":"112013be-a880-4788-902d-a33827bca8bd","eventUrl":null,"userId":"7bffa423-d64c-4659-a21e-d6e2cc28bac7","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"d4ebfd9b-3739-4f4f-8a25-a6ee4b20c10f","fillingUrl":null,"creationDateTime":"2025-07-29T11:11:03.053657+00:00","lastModifiedDateTime":"2025-07-30T11:11:03.053657+00:00"},{"id":"e02873c4-d8d6-471d-ac8f-6196f927fb71","url":null,"eventId":"4aecce4d-ebb0-40e3-9b4a-1545ea3d9028","eventUrl":null,"userId":"b648e8bb-6c17-4792-9b79-44aac0eef976","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-07-30T11:11:03.053657+00:00","lastModifiedDateTime":null},{"id":"1709e618-58d2-47d5-9e42-55c88047b6e2","url":null,"eventId":"7561bc22-7081-4c67-ac99-51eaf93d844f","eventUrl":null,"userId":"16fd20f8-1cf9-4822-a7b8-dbe4c769309f","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"239cfbd5-ca14-4238-8568-f131339ee66d","fillingUrl":null,"creationDateTime":"2025-07-30T11:11:03.053657+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