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":"3a40c7e9-a45e-4466-a89c-2919b628be22","url":null,"eventId":"af0d9b1a-2277-4dda-9d76-e4a2d31c3970","eventUrl":null,"userId":"2f6e0ba4-dc6b-48d4-be68-27687059c203","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"a39cb950-5df8-4046-972a-ac025af8d9f4","fillingUrl":null,"creationDateTime":"2026-04-14T18:20:34.3742257+00:00","lastModifiedDateTime":"2026-04-15T18:20:34.3742257+00:00"},{"id":"9917470e-3807-48f0-a9e6-f7ee0f3ce3d1","url":null,"eventId":"ded3bfbc-e8e3-418c-9c1f-3b1ebce2dbf0","eventUrl":null,"userId":"5c7ad7aa-a432-4558-8294-e1edfbdd77c1","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2026-04-15T18:20:34.3742257+00:00","lastModifiedDateTime":null},{"id":"df4fc05e-5d57-4486-897b-c9bed0fe3314","url":null,"eventId":"46d99095-e983-4ecd-b1be-60900eb18f13","eventUrl":null,"userId":"915958ae-fba5-44d0-934a-04addc7347b1","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"627830ef-40b0-443b-8767-7ab5f10d3fa2","fillingUrl":null,"creationDateTime":"2026-04-15T18:20:34.3742257+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