# List of samples for downloadable product **GET /V1/products/{sku}/downloadable-links/samples** List of samples for downloadable product ## 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) Title - **sort_order** (integer) Order index for sample - **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\SampleInterface ### 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)