github.com/twilio/twilio-go@v1.20.1/rest/insights/v1/docs/ConferencesApi.md (about) 1 # ConferencesApi 2 3 All URIs are relative to *https://insights.twilio.com* 4 5 Method | HTTP request | Description 6 ------------- | ------------- | ------------- 7 [**FetchConference**](ConferencesApi.md#FetchConference) | **Get** /v1/Conferences/{ConferenceSid} | 8 [**ListConference**](ConferencesApi.md#ListConference) | **Get** /v1/Conferences | 9 10 11 12 ## FetchConference 13 14 > InsightsV1Conference FetchConference(ctx, ConferenceSid) 15 16 17 18 Get a specific Conference Summary. 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 28 ### Other Parameters 29 30 Other parameters are passed through a pointer to a FetchConferenceParams struct 31 32 33 Name | Type | Description 34 ------------- | ------------- | ------------- 35 36 ### Return type 37 38 [**InsightsV1Conference**](InsightsV1Conference.md) 39 40 ### Authorization 41 42 [accountSid_authToken](../README.md#accountSid_authToken) 43 44 ### HTTP request headers 45 46 - **Content-Type**: Not defined 47 - **Accept**: application/json 48 49 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 50 [[Back to Model list]](../README.md#documentation-for-models) 51 [[Back to README]](../README.md) 52 53 54 ## ListConference 55 56 > []InsightsV1Conference ListConference(ctx, optional) 57 58 59 60 Get a list of Conference Summaries. 61 62 ### Path Parameters 63 64 This endpoint does not need any path parameter. 65 66 ### Other Parameters 67 68 Other parameters are passed through a pointer to a ListConferenceParams struct 69 70 71 Name | Type | Description 72 ------------- | ------------- | ------------- 73 **ConferenceSid** | **string** | The SID of the conference. 74 **FriendlyName** | **string** | Custom label for the conference resource, up to 64 characters. 75 **Status** | **string** | Conference status. 76 **CreatedAfter** | **string** | Conferences created after the provided timestamp specified in ISO 8601 format 77 **CreatedBefore** | **string** | Conferences created before the provided timestamp specified in ISO 8601 format. 78 **MixerRegion** | **string** | Twilio region where the conference media was mixed. 79 **Tags** | **string** | Tags applied by Twilio for common potential configuration, quality, or performance issues. 80 **Subaccount** | **string** | Account SID for the subaccount whose resources you wish to retrieve. 81 **DetectedIssues** | **string** | Potential configuration, behavior, or performance issues detected during the conference. 82 **EndReason** | **string** | Conference end reason; e.g. last participant left, modified by API, 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 [**[]InsightsV1Conference**](InsightsV1Conference.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