List files attached to a product

GET {{baseUrl}}/products/:id/files?start=0&limit=<integer>&sort=<string>

Lists files associated with a product.

Request Params

KeyDatatypeRequiredDescription
startnumberPagination start
limitstringItems shown per page. Please note that a maximum value of 100 is allowed.
sortstringSupported fields: id, update_time

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:[{&quot;id&quot;:1,&quot;product_id&quot;:1,&quot;add_time&quot;:&quot;2020-09-16 11:19:36&quot;,&quot;update_time&quot;:&quot;2020-09-16 11:19:36&quot;,&quot;file_name&quot;:&quot;95781006_794143070992462_4330873630616453120_n_60817458877506f9eb74d03e5ef9ba061915b797998.jpg&quot;,&quot;file_type&quot;:&quot;img&quot;,&quot;file_size&quot;:95116,&quot;active_flag&quot;:true,&quot;inline_flag&quot;:false,&quot;remote_location&quot;:&quot;s3&quot;,&quot;remote_id&quot;:&quot;95781006_794143070992462_4330873630616453120_n.jpg&quot;,&quot;s3_bucket&quot;:&quot;files&quot;,&quot;product_name&quot;:&quot;contract.pdf&quot;,&quot;url&quot;:&quot;https://app.pipedrive.com/api/v1/files/304/download&quot;,&quot;name&quot;:&quot;95781006_794143070992462_4330873630616453120_n.jpg&quot;,&quot;description&quot;:&quot;contract for client&quot;}],&quot;additional_data&quot;:{&quot;pagination&quot;:{&quot;start&quot;:0,&quot;limit&quot;:100,&quot;more_items_in_collection&quot;:true}}}