Relesys API Docs

v1.3

https://api.uat.relesystest.net/api/v1.3

Participation

List
GET /calendarmodules/{moduleId}/calendars/{calendarId}/participation
https://api.uat.relesystest.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":"0036aed9-7b64-4f64-80f6-1d1bf04c8751","url":null,"eventId":"37c6ba16-bf62-4e41-a674-4c582fd9aed1","eventUrl":null,"userId":"9668817a-1bd6-4219-9375-ac4c6df0513e","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"acabad56-9764-421c-bd15-bccb2a06b218","fillingUrl":null,"creationDateTime":"2026-01-12T15:06:59.3295468+00:00","lastModifiedDateTime":"2026-01-13T15:06:59.3295468+00:00"},{"id":"972057e9-312a-4c9d-8ce5-34ba3f10a293","url":null,"eventId":"34aa4f18-73d0-40e9-8ffe-a6098aa9099d","eventUrl":null,"userId":"aee43541-b609-4e09-ad7c-c478ec6f2e49","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2026-01-13T15:06:59.3295468+00:00","lastModifiedDateTime":null},{"id":"2e8fd8d7-8811-4147-827c-01cbe2c8e459","url":null,"eventId":"0c782f58-daa3-487f-b59e-205f74c55439","eventUrl":null,"userId":"f15df7be-6d65-4078-a40c-3298a2838fec","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"9420f9b6-a87c-419c-b1cb-c6423df3df39","fillingUrl":null,"creationDateTime":"2026-01-13T15:06:59.3295468+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