# List of links with associated samples **GET /V1/products/{sku}/downloadable-links** List of links with associated samples ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **sku** (string) ## Responses ### 200 200 Success. #### Body: (array[object]) - **id** (integer) Sample(or link) id - **title** (string) - **sort_order** (integer) - **is_shareable** (integer) Shareable status - **price** (number) Price - **number_of_downloads** (integer) Of downloads per user - **link_type** (string) - **link_file** (string) relative file path - **link_file_content** (object) - **link_url** (string) Link url or null when type is 'file' - **sample_type** (string) - **sample_file** (string) relative file path - **sample_file_content** (object) - **sample_url** (string) file URL - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Downloadable\Api\Data\LinkInterface ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)