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":"fcb96fd4-faed-4c25-9350-a3e79fb2ea69","url":null,"eventId":"01f3e7af-726c-4020-8c9e-6d69641f6ab9","eventUrl":null,"userId":"8c6e7e07-dc06-4149-9175-42b4829314bc","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"a4010187-b1ac-4b3d-92ab-34ea5d65bd15","fillingUrl":null,"creationDateTime":"2025-09-12T18:16:48.0671791+00:00","lastModifiedDateTime":"2025-09-13T18:16:48.0671791+00:00"},{"id":"8f490b27-2556-4185-9456-8ec98b539aca","url":null,"eventId":"1c309cd8-77d2-47cd-8a27-031f1521440c","eventUrl":null,"userId":"906189aa-9830-42ca-acca-9393c4a06eab","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-09-13T18:16:48.0671791+00:00","lastModifiedDateTime":null},{"id":"ba60f15c-45c1-4a56-bc35-3c4d505b9096","url":null,"eventId":"12645ff7-aa9b-4cce-996c-3d3d3c37c0aa","eventUrl":null,"userId":"37bf8304-c29c-4efb-96e9-352b3c38c846","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"0d9bcf87-406a-4f1b-b2cf-e7fca5b85dac","fillingUrl":null,"creationDateTime":"2025-09-13T18:16:48.0671791+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