Relesys API Docs

v1.3

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

Participation

Get
GET /calendarmodules/{moduleId}/calendars/{calendarId}/participation/{participationId}
https://api.relesysapp.net/api/v1.3/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":"a138c00c-4c3e-46b8-ab47-7e455045d21f","url":null,"eventId":"d1cbf84f-4aed-439a-821d-3a60d6a7a1d1","eventUrl":null,"userId":"032498ef-2a69-4a12-8560-6327a8eec3d6","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"7a4420df-754c-469d-921e-c73fbd989919","fillingUrl":null,"creationDateTime":"2024-11-20T06:27:13.3295521+00:00","lastModifiedDateTime":"2024-11-21T06:27:13.3295521+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