{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Room Participants API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Room Participants", "type": "folder" }, "items": [ { "info": { "name": "View a list of room participants.", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/room_participants", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Consolidated filter parameter (deepObject style). Originally: filter[date_joined_at][eq], filter[date_joined_at][gte], filter[date_joined_at][lte], filter[date_updated_at][eq], filter[date_updated_at][gte], filter[date_updated_at][lte], filter[date_left_at][eq], filter[date_left_at][gte], filter[date_left_at][lte], filter[context], filter[session_id]" }, { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[size], page[number]" } ] }, "docs": "View a list of room participants." }, { "info": { "name": "View a room participant.", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/room_participants/:room_participant_id", "params": [ { "name": "room_participant_id", "value": "", "type": "path", "description": "The unique identifier of a room participant." } ] }, "docs": "View a room participant." } ] } ], "bundled": true }