Participant

Endpoint to retrieve data for participants.

Finds participants by filtering a specific conference(frame)

get

Gets Participant objects.

Autorisierungen
tokenstringErforderlich

Api key has to be used to authenticate against the server. The token parameter has must be sent in the header

Pfadparameter
idinteger · int64Erforderlich

Id of the conference the participants are loaded for.

Abfrageparameter
changed-afterstring · ISO-8601Optional

Filter to limit returned participant list to participants changed after this date (not including the given timestamp itself).

includestring · enumOptional

Comma separated list of related or additional data that should be fetched as well.

Mögliche Werte:
Antworten
200

Successful response

application/json
get
/rest-api/v2/frame/{id}/participant/

War das hilfreich?