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":"045e1196-f719-44fe-a72e-d5d45b69a643","url":null,"eventId":"877dfe7d-8da8-44a2-9cf9-088e75444f25","eventUrl":null,"userId":"a09270b8-27e8-486d-a20a-0254f3171bad","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"c11a7286-1b35-49e2-9b9a-5853ada53951","fillingUrl":null,"creationDateTime":"2025-07-09T09:45:59.3342734+00:00","lastModifiedDateTime":"2025-07-10T09:45:59.3342734+00:00"},{"id":"ab91fa9f-e9be-4575-9909-8c6d7d6d3c12","url":null,"eventId":"1f96e4ff-683a-4301-bc6a-cec660b68209","eventUrl":null,"userId":"6fbf08fa-8d0d-4d09-8701-eaf3e34e584b","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-07-10T09:45:59.3342734+00:00","lastModifiedDateTime":null},{"id":"dd276031-0a5f-41c6-abbe-95311a105af7","url":null,"eventId":"88010e36-2e8d-4eb3-b751-6222878bedd2","eventUrl":null,"userId":"a10f77b2-2c39-49ac-b597-90f0c6e2d95f","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"7dca90b3-ee6e-4710-b0cf-e02a329f0ea7","fillingUrl":null,"creationDateTime":"2025-07-10T09:45:59.3342734+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