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":"d90dc399-8235-4acd-9def-2651282ca6da","url":null,"eventId":"4c6642d3-5efa-475d-9eea-b2cad0a052b0","eventUrl":null,"userId":"81d9e837-16b9-479b-80a4-27d1b95caa83","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"c740abe2-3bc8-47a6-8927-39ef83ae9dea","fillingUrl":null,"creationDateTime":"2024-10-21T13:59:41.5153987+00:00","lastModifiedDateTime":"2024-10-22T13:59:41.5153987+00:00"},{"id":"e4849147-59a6-4ba0-9cbd-6c91b0a8d813","url":null,"eventId":"1451c577-645e-4209-9e55-3b47f17f8181","eventUrl":null,"userId":"fec31f55-cf94-43d0-b7be-4853bd7051a7","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2024-10-22T13:59:41.5153987+00:00","lastModifiedDateTime":null},{"id":"cbe1ade7-967a-4ce8-8708-a1c92a42358b","url":null,"eventId":"aaba3b2d-250e-4780-94ad-3ff3d21336e0","eventUrl":null,"userId":"6d511bc1-bb6f-438a-8f88-f6d9431e540e","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"c5fad20f-9a81-4bdf-9f6c-1289c6c1ff34","fillingUrl":null,"creationDateTime":"2024-10-22T13:59:41.5153987+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