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":"7b0a693c-06b6-425e-b461-3ad8fbb0cae6","url":null,"eventId":"2c9170e5-dc4e-4633-870a-391e42fb8bed","eventUrl":null,"userId":"0f75970f-9fc5-4d87-8494-9818bd3696f8","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"d484b9c1-5f56-4f23-a82c-bf21a1248c92","fillingUrl":null,"creationDateTime":"2025-09-14T04:16:39.9233635+00:00","lastModifiedDateTime":"2025-09-15T04:16:39.9233635+00:00"},{"id":"663c4ef3-759a-41a0-8ad7-94c26361b7b7","url":null,"eventId":"9428835f-3ca3-472b-bc1b-52fc21eae9f3","eventUrl":null,"userId":"8ece2ff7-c376-44c1-ae88-85550d46c104","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-09-15T04:16:39.9233635+00:00","lastModifiedDateTime":null},{"id":"eff825c1-1861-4ec1-ae3c-2219aa624c2d","url":null,"eventId":"682dce20-62c2-4975-a11a-105293d0aab2","eventUrl":null,"userId":"a2157e1f-6ae2-4f26-9654-9546931cff05","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"f73623c5-675f-4bc9-ac90-df8d02369278","fillingUrl":null,"creationDateTime":"2025-09-15T04:16:39.9233635+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