Relesys API Docs

v1.4

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

Participation

List
GET /calendarmodules/{moduleId}/calendars/{calendarId}/participation
https://api.uat.relesystest.net/api/v1.4/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":"6386ea96-1669-48e2-8b80-58e93992b96e","url":null,"eventId":"7258fe4b-42c9-4d4e-9b62-acd41cc77d9d","eventUrl":null,"userId":"c5597f41-749e-41c1-9549-c27643516691","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"43c63eff-3076-434d-b3ad-83800466163b","fillingUrl":null,"creationDateTime":"2026-08-22T00:42:49.8239215+00:00","lastModifiedDateTime":"2026-08-23T00:42:49.8239215+00:00"},{"id":"70aed494-c755-4038-9c70-e15f281f9f96","url":null,"eventId":"a139a8af-e0b0-488d-a39a-c84606ab586c","eventUrl":null,"userId":"c99ec5a6-eba5-4337-b811-45488861e108","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2026-08-23T00:42:49.8239215+00:00","lastModifiedDateTime":null},{"id":"1616a278-b0c8-4001-bc9c-1691dd1e9c94","url":null,"eventId":"f3a021ca-a6b2-489d-a6da-14f6cda0a863","eventUrl":null,"userId":"65856b0b-7370-4450-8594-36069fd23a54","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"f6e42e73-a9d5-46b3-b219-61940afd062a","fillingUrl":null,"creationDateTime":"2026-08-23T00:42:49.8239215+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