github.com/muxinc/mux-go@v1.1.1/docs/PlaybackIDApi.md (about)

     1  # \PlaybackIDApi
     2  
     3  All URIs are relative to *https://api.mux.com*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**GetAssetOrLivestreamId**](PlaybackIDApi.md#GetAssetOrLivestreamId) | **Get** /video/v1/playback-ids/{PLAYBACK_ID} | Retrieve an Asset or Live Stream ID
     8  
     9  
    10  # **GetAssetOrLivestreamId**
    11  > GetAssetOrLiveStreamIdResponse GetAssetOrLivestreamId(ctx, pLAYBACKID)
    12  Retrieve an Asset or Live Stream ID
    13  
    14  Retrieves the Identifier of the Asset or Live Stream associated with the Playback ID.
    15  
    16  ### Required Parameters
    17  
    18  Name | Type | Description  | Notes
    19  ------------- | ------------- | ------------- | -------------
    20   **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    21    **pLAYBACKID** | **string**| The live stream's playback ID. | 
    22  
    23  ### Return type
    24  
    25  [**GetAssetOrLiveStreamIdResponse**](GetAssetOrLiveStreamIdResponse.md)
    26  
    27  ### Authorization
    28  
    29  [accessToken](../README.md#accessToken)
    30  
    31  ### HTTP request headers
    32  
    33   - **Content-Type**: Not defined
    34   - **Accept**: application/json
    35  
    36  [[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)
    37