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":"f276f7b6-19a2-4e2b-b382-592ed0a583dc","url":null,"eventId":"a7903a16-f72f-4e5b-ac79-51d177575465","eventUrl":null,"userId":"9d57788c-3775-4f38-9854-42ae8c6a6c36","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"8f91c435-42aa-4a78-86cd-12648f9edd8e","fillingUrl":null,"creationDateTime":"2025-03-03T11:15:25.2869881+00:00","lastModifiedDateTime":"2025-03-04T11:15:25.2869881+00:00"},{"id":"fb216d7a-5506-4efb-898c-0007e9f63758","url":null,"eventId":"e346d661-d1bb-4ca3-b014-93a64c7b6389","eventUrl":null,"userId":"ddca9ae6-f89a-4afe-840f-6ec4636d3a6d","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-03-04T11:15:25.2869881+00:00","lastModifiedDateTime":null},{"id":"9cc8140a-f813-42ce-a89a-8c67a9e2dc30","url":null,"eventId":"4190c290-7790-42f8-ba2d-33555783d832","eventUrl":null,"userId":"17558ea1-eb20-468d-875b-1b6bebf82847","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"ad4eb2c1-9f11-4381-b760-229e0fa255f0","fillingUrl":null,"creationDateTime":"2025-03-04T11:15:25.2869881+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