Relesys API Docs

v1.4

https://api.relesysapp.net/api/v1.4

Participation

Get
GET /calendarmodules/{moduleId}/calendars/{calendarId}/participation/{participationId}
https://api.relesysapp.net/api/v1.4/calendarmodules/{moduleId}/calendars/{calendarId}/participation/{participationId}
Get the event participation with ID participationId.

attendanceConfirmed will only be set if attendance confirmation is enabled on the related calendar event - otherwise it will be null.
Scopes: relesys.api, relesys.api:read, relesys.api.calendars, relesys.api.calendars:read
URL Path
moduleId string / guid required
calendarId string / guid required
participationId 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
{"data":{"id":"e5536e4b-3eaa-47cd-91fc-e8ff714779de","url":null,"eventId":"455605e0-0ec7-460e-9f30-9d5038be3e4b","eventUrl":null,"userId":"dca70152-8832-4cec-aa9d-f732eeb51651","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"745597f2-7035-4b12-8b67-b4f81b80b85f","fillingUrl":null,"creationDateTime":"2026-05-20T01:00:32.5005083+00:00","lastModifiedDateTime":"2026-05-21T01:00:32.5005083+00:00"}}
object
  data 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