github.com/muxinc/mux-go@v1.1.1/docs/ExportsApi.md (about) 1 # \ExportsApi 2 3 All URIs are relative to *https://api.mux.com* 4 5 Method | HTTP request | Description 6 ------------- | ------------- | ------------- 7 [**ListExports**](ExportsApi.md#ListExports) | **Get** /data/v1/exports | List property video view export links 8 [**ListExportsViews**](ExportsApi.md#ListExportsViews) | **Get** /data/v1/exports/views | List available property view exports 9 10 11 # **ListExports** 12 > ListExportsResponse ListExports(ctx, ) 13 List property video view export links 14 15 The API has been replaced by the list-exports-views API call. Lists the available video view exports along with URLs to retrieve them. 16 17 ### Required Parameters 18 This endpoint does not need any parameter. 19 20 ### Return type 21 22 [**ListExportsResponse**](ListExportsResponse.md) 23 24 ### Authorization 25 26 [accessToken](../README.md#accessToken) 27 28 ### HTTP request headers 29 30 - **Content-Type**: Not defined 31 - **Accept**: application/json 32 33 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) 34 35 # **ListExportsViews** 36 > ListVideoViewExportsResponse ListExportsViews(ctx, ) 37 List available property view exports 38 39 Lists the available video view exports along with URLs to retrieve them. 40 41 ### Required Parameters 42 This endpoint does not need any parameter. 43 44 ### Return type 45 46 [**ListVideoViewExportsResponse**](ListVideoViewExportsResponse.md) 47 48 ### Authorization 49 50 [accessToken](../README.md#accessToken) 51 52 ### HTTP request headers 53 54 - **Content-Type**: Not defined 55 - **Accept**: application/json 56 57 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) 58