List files attached to an organization

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

Lists files associated with an organization.

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;user_id&quot;:8877,&quot;deal_id&quot;:1,&quot;person_id&quot;:1,&quot;org_id&quot;:1480,&quot;product_id&quot;:1,&quot;activity_id&quot;:1,&quot;lead_id&quot;:&quot;adf21080-0e10-11eb-879b-05d71fb426ec&quot;,&quot;log_id&quot;:null,&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;cid&quot;:&quot;&quot;,&quot;s3_bucket&quot;:&quot;&quot;,&quot;mail_message_id&quot;:&quot;&quot;,&quot;mail_template_id&quot;:&quot;&quot;,&quot;deal_name&quot;:&quot;nice deal&quot;,&quot;person_name&quot;:&quot;&quot;,&quot;people_name&quot;:&quot;&quot;,&quot;org_name&quot;:&quot;Pipedrive Inc.&quot;,&quot;product_name&quot;:&quot;&quot;,&quot;lead_name&quot;:&quot;nice lead&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;&quot;}],&quot;additional_data&quot;:{&quot;pagination&quot;:{&quot;start&quot;:0,&quot;limit&quot;:100,&quot;more_items_in_collection&quot;:true}}}