github.com/twilio/twilio-go@v1.20.1/rest/insights/v1/docs/ConferencesParticipantsApi.md (about) 1 # ConferencesParticipantsApi 2 3 All URIs are relative to *https://insights.twilio.com* 4 5 Method | HTTP request | Description 6 ------------- | ------------- | ------------- 7 [**FetchConferenceParticipant**](ConferencesParticipantsApi.md#FetchConferenceParticipant) | **Get** /v1/Conferences/{ConferenceSid}/Participants/{ParticipantSid} | 8 [**ListConferenceParticipant**](ConferencesParticipantsApi.md#ListConferenceParticipant) | **Get** /v1/Conferences/{ConferenceSid}/Participants | 9 10 11 12 ## FetchConferenceParticipant 13 14 > InsightsV1ConferenceParticipant FetchConferenceParticipant(ctx, ConferenceSidParticipantSidoptional) 15 16 17 18 Get a specific Conference Participant Summary for a Conference. 19 20 ### Path Parameters 21 22 23 Name | Type | Description 24 ------------- | ------------- | ------------- 25 **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. 26 **ConferenceSid** | **string** | The unique SID identifier of the Conference. 27 **ParticipantSid** | **string** | The unique SID identifier of the Participant. 28 29 ### Other Parameters 30 31 Other parameters are passed through a pointer to a FetchConferenceParticipantParams struct 32 33 34 Name | Type | Description 35 ------------- | ------------- | ------------- 36 **Events** | **string** | Conference events generated by application or participant activity; e.g. `hold`, `mute`, etc. 37 **Metrics** | **string** | Object. Contains participant call quality metrics. 38 39 ### Return type 40 41 [**InsightsV1ConferenceParticipant**](InsightsV1ConferenceParticipant.md) 42 43 ### Authorization 44 45 [accountSid_authToken](../README.md#accountSid_authToken) 46 47 ### HTTP request headers 48 49 - **Content-Type**: Not defined 50 - **Accept**: application/json 51 52 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 53 [[Back to Model list]](../README.md#documentation-for-models) 54 [[Back to README]](../README.md) 55 56 57 ## ListConferenceParticipant 58 59 > []InsightsV1ConferenceParticipant ListConferenceParticipant(ctx, ConferenceSidoptional) 60 61 62 63 Get a list of Conference Participants Summaries for a Conference. 64 65 ### Path Parameters 66 67 68 Name | Type | Description 69 ------------- | ------------- | ------------- 70 **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. 71 **ConferenceSid** | **string** | The unique SID identifier of the Conference. 72 73 ### Other Parameters 74 75 Other parameters are passed through a pointer to a ListConferenceParticipantParams struct 76 77 78 Name | Type | Description 79 ------------- | ------------- | ------------- 80 **ParticipantSid** | **string** | The unique SID identifier of the Participant. 81 **Label** | **string** | User-specified label for a participant. 82 **Events** | **string** | Conference events generated by application or participant activity; e.g. `hold`, `mute`, etc. 83 **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000. 84 **Limit** | **int** | Max number of records to return. 85 86 ### Return type 87 88 [**[]InsightsV1ConferenceParticipant**](InsightsV1ConferenceParticipant.md) 89 90 ### Authorization 91 92 [accountSid_authToken](../README.md#accountSid_authToken) 93 94 ### HTTP request headers 95 96 - **Content-Type**: Not defined 97 - **Accept**: application/json 98 99 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 100 [[Back to Model list]](../README.md#documentation-for-models) 101 [[Back to README]](../README.md) 102