Relesys API Docs

v1.3

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

Participation

List
GET /calendarmodules/{moduleId}/calendars/{calendarId}/participation
https://api.relesysapp.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":"64111736-12e6-4b1b-a51e-8d97d562df07","url":null,"eventId":"6da7a977-8908-448b-9984-997228d1830f","eventUrl":null,"userId":"f5db69dc-2458-4455-a169-345fb01feeb0","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"6b294a4f-de5a-4950-81a5-a7abfdaaf95c","fillingUrl":null,"creationDateTime":"2024-11-20T06:21:37.7009204+00:00","lastModifiedDateTime":"2024-11-21T06:21:37.7009204+00:00"},{"id":"9ff6d5bd-f3c0-4afa-95de-31cff58ffbd7","url":null,"eventId":"4b6b3433-eba5-4e1b-997c-97bd82908cb3","eventUrl":null,"userId":"ceac8653-d11d-4894-ac15-26f0d4eb6baa","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2024-11-21T06:21:37.7009204+00:00","lastModifiedDateTime":null},{"id":"5c256c8d-3b33-4d55-b4b3-ab40a91c0f0e","url":null,"eventId":"f60fbc4c-7190-48de-9446-1a4811d515fa","eventUrl":null,"userId":"0a7af2ba-9d5e-4ccb-8bdf-6091440eeecf","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"bac4cda4-2abc-4411-b877-e806ac9bb7a5","fillingUrl":null,"creationDateTime":"2024-11-21T06:21:37.7009204+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