Get all files
GET {{baseUrl}}/files?start=0&limit=<integer>&sort=<string>
Returns data about all files.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
start | number | Pagination start | |
limit | string | Items shown per page. Please note that a maximum value of 100 is allowed. | |
sort | string | Supported fields: id , update_time |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":[{"id":123,"user_id":456,"deal_id":1,"person_id":789,"org_id":1,"product_id":1,"activity_id":1,"lead_id":"adf21080-0e10-11eb-879b-05d71fb426ec","log_id":null,"add_time":"2020-02-20 14:36:35","update_time":"2020-02-20 14:57:33","file_name":"IMG_8189_52233498214699de9579e7b304a81b157b2eb2137e8062.jpg","file_type":"img","file_size":7801780,"active_flag":true,"inline_flag":false,"remote_location":"googledocs","remote_id":"1mT6jshiv6537IirwOExXJuG1jdR4F0FQ","cid":"","s3_bucket":"","mail_message_id":"","mail_template_id":"","deal_name":"","person_name":"Person","lead_name":"Test lead name","org_name":"","product_name":"","url":"https://2a7f.pipedrive.com/v1/files/123/download","name":"test file name","description":"test file description"},{"id":123321,"user_id":456,"deal_id":1,"person_id":789987,"org_id":1,"product_id":1,"activity_id":1,"lead_id":"adf21080-0e10-11eb-879b-05d71fb426ec","log_id":null,"add_time":"2020-02-20 14:36:35","update_time":"2020-02-20 14:57:33","file_name":"IMG_8189_52233498214699de9579e7b304a81b157b2eb2137e8062.jpg","file_type":"img","file_size":7801780,"active_flag":true,"inline_flag":false,"remote_location":"googledocs","remote_id":"1mT6jshiv6537IirwOExXJuG1jdR4F0FQ","cid":"","s3_bucket":"","mail_message_id":"","mail_template_id":"","deal_name":"","person_name":"Person","org_name":"","product_name":"","lead_name":"Test lead name","url":"https://2a7f.pipedrive.com/v1/files/123321/download","name":"second test file name","description":"second test file description"}],"additional_data":{"pagination":{"start":0,"limit":100,"more_items_in_collection":true,"next_start":100}}}