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":"f0733e01-2507-43bb-a3cc-dee0d8bac483","url":null,"eventId":"286b0316-372b-4049-8613-6db26bbe60e0","eventUrl":null,"userId":"9a2a5cd5-86b3-4480-a174-b743684692e4","userUrl":null,"status":"Attending","attendanceConfirmed":false,"fillingId":"9ab098e6-4385-40fc-8364-5b3ee33b1275","fillingUrl":null,"creationDateTime":"2024-05-18T21:11:49.3088026+00:00","lastModifiedDateTime":"2024-05-19T21:11:49.3088026+00:00"},{"id":"e5734769-6035-4a3c-9782-ea7514c0f759","url":null,"eventId":"a668ebfe-2e77-43d0-bc84-7cbf424783a0","eventUrl":null,"userId":"e79f37ec-abd8-490f-9387-b77366f50abf","userUrl":null,"status":"Tentative","attendanceConfirmed":true,"fillingId":null,"fillingUrl":null,"creationDateTime":"2024-05-19T21:11:49.3088026+00:00","lastModifiedDateTime":null},{"id":"ad525a63-69b0-4608-8dde-711df38339a4","url":null,"eventId":"21fb9fd0-99e2-4a14-bd29-5115ed22c333","eventUrl":null,"userId":"fedfd2b6-9666-4718-8d50-50f36bbc85e8","userUrl":null,"status":"Not attending","attendanceConfirmed":null,"fillingId":"49ba2f0b-2960-4748-99db-ab3d67a014ea","fillingUrl":null,"creationDateTime":"2024-05-19T21:11:49.3088026+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