Returns a list of Subscribe Rules for the Participant
TODO: Resource-level docs
Returns a list of Subscribe Rules for the Participant.
Path parameters
-
The SID of the Room resource where the subscribe rules to fetch apply.
-
The SID of the Participant resource with the subscribe rules to fetch.
GET /v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribeRules
curl \
-X GET https://video.twilio.com/v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribeRules \
--user "username:password"
Response examples (200)
{
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"participant_sid": "string",
"room_sid": "string",
"rules": [
{}
]
}
Response examples (200)
{
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"participant_sid": "string",
"room_sid": "string",
"rules": [
{}
]
}