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":"55628b3c-cb58-4b41-b2c5-0999f6b0bada","url":null,"eventId":"2b32da14-0600-4f9b-b101-3a2cf6a3b74d","eventUrl":null,"userId":"7a423cac-bc1e-4157-9705-a7900662d28b","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"57b8afd7-b475-4faf-b892-36b06d62d2e6","fillingUrl":null,"creationDateTime":"2025-05-15T01:30:17.9498988+00:00","lastModifiedDateTime":"2025-05-16T01:30:17.9498988+00:00"},{"id":"e59a8f1f-1936-4bb1-85ac-0c6378fe20a8","url":null,"eventId":"96fdbe50-e5c2-42d7-9a8e-20b035f48ab2","eventUrl":null,"userId":"c13914bf-506c-43ae-90de-a0ea52a48a00","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2025-05-16T01:30:17.9498988+00:00","lastModifiedDateTime":null},{"id":"6b565927-4e4c-4513-9415-3aca5397051a","url":null,"eventId":"07360dc6-f1a1-4535-9fbb-3d4b36b07003","eventUrl":null,"userId":"50d40a0c-c10e-4564-b921-ec1d1326593c","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"8170482a-9d3b-4957-bac0-a891a4bf720a","fillingUrl":null,"creationDateTime":"2025-05-16T01:30:17.9498988+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