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":"13645cb5-4250-463a-81c2-96722cbd43bc","url":null,"eventId":"9356c3ae-cfad-4127-9401-58c146f1c3f1","eventUrl":null,"userId":"71bf11a3-2052-4c45-a22e-da71b9211a88","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"62f0392f-e756-4e52-bfd6-9f740f7d6a52","fillingUrl":null,"creationDateTime":"2025-03-20T12:37:49.5527565+00:00","lastModifiedDateTime":"2025-03-21T12:37:49.5527565+00:00"},{"id":"8ca2491e-e69b-4a0c-8192-188a8a27e348","url":null,"eventId":"ee5d5f9b-9183-4ce3-8e1d-17ff545424ad","eventUrl":null,"userId":"c76e1539-ab9f-4d2c-a44d-cb9c0314ae3d","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-03-21T12:37:49.5527565+00:00","lastModifiedDateTime":null},{"id":"c0b2666f-7f0e-4af1-a36e-ca1387313105","url":null,"eventId":"f4998eaa-07c5-4d7b-a013-9ac840fc426f","eventUrl":null,"userId":"3df249e4-f387-4617-847f-2d0ca4f883f9","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"b832ee1e-5b0f-4a24-a29c-b32f022f7bff","fillingUrl":null,"creationDateTime":"2025-03-21T12:37:49.5527565+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