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":"0d29d66d-7c68-4f8f-bd44-6d3c65c4f2b9","url":null,"eventId":"37593e29-a24b-4719-992e-4168ca3376c7","eventUrl":null,"userId":"8ed07e51-3211-4756-a006-b60910b5efdc","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"5a07bc4c-813f-4a1c-b415-c148204e6ddb","fillingUrl":null,"creationDateTime":"2025-01-21T04:45:29.2004528+00:00","lastModifiedDateTime":"2025-01-22T04:45:29.2004528+00:00"},{"id":"5081b182-1283-4386-a66d-deb24c4719f7","url":null,"eventId":"1fe7c512-85e9-4c73-9e7a-8d6498d3e8a2","eventUrl":null,"userId":"a1f59655-32e4-420d-842f-7ad375f67553","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-01-22T04:45:29.2004528+00:00","lastModifiedDateTime":null},{"id":"67c084e6-83b3-4e04-b1fa-1b46665698a0","url":null,"eventId":"e1f31582-3024-4f33-b586-3d818ba32f2a","eventUrl":null,"userId":"b5333db6-8c74-497e-9a24-56069cdce8da","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"a4fe3bd8-6be2-4efb-b0d8-103106d84ea4","fillingUrl":null,"creationDateTime":"2025-01-22T04:45:29.2004528+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