filter[date_joined_at][eq] | string <date> ISO 8601 date for filtering room participants that joined on that date.
Example: filter[date_joined_at][eq]=2021-04-25 |
filter[date_joined_at][gte] | string <date> ISO 8601 date for filtering room participants that joined after that date.
Example: filter[date_joined_at][gte]=2021-04-25 |
filter[date_joined_at][lte] | string <date> ISO 8601 date for filtering room participants that joined before that date.
Example: filter[date_joined_at][lte]=2021-04-25 |
filter[date_updated_at][eq] | string <date> ISO 8601 date for filtering room participants updated on that date.
Example: filter[date_updated_at][eq]=2021-04-25 |
filter[date_updated_at][gte] | string <date> ISO 8601 date for filtering room participants updated after that date.
Example: filter[date_updated_at][gte]=2021-04-25 |
filter[date_updated_at][lte] | string <date> ISO 8601 date for filtering room participants updated before that date.
Example: filter[date_updated_at][lte]=2021-04-25 |
filter[date_left_at][eq] | string <date> ISO 8601 date for filtering room participants that left on that date.
Example: filter[date_left_at][eq]=2021-04-25 |
filter[date_left_at][gte] | string <date> ISO 8601 date for filtering room participants that left after that date.
Example: filter[date_left_at][gte]=2021-04-25 |
filter[date_left_at][lte] | string <date> ISO 8601 date for filtering room participants that left before that date.
Example: filter[date_left_at][lte]=2021-04-25 |
filter[context] | string Filter room participants based on the context.
Example: filter[context]=Alice |
filter[session_id] | string Session_id for filtering room participants.
Example: filter[session_id]=0ccc7b54-4df3-4bca-a65a-3da1ecc777f0 |
page[size] | integer [ 1 .. 250 ] Default: 20 |
page[number] | |