List files attached to a person
GET {{baseUrl}}/persons/:id/files?start=0&limit=<integer>&sort=<string>
Lists files associated with a person.
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":1,"user_id":8877,"deal_id":1,"person_id":1,"org_id":1480,"product_id":1,"activity_id":1,"lead_id":"adf21080-0e10-11eb-879b-05d71fb426ec","log_id":null,"add_time":"2020-09-16 11:19:36","update_time":"2020-09-16 11:19:36","file_name":"95781006_794143070992462_4330873630616453120_n_60817458877506f9eb74d03e5ef9ba061915b797998.jpg","file_type":"img","file_size":95116,"active_flag":true,"inline_flag":false,"remote_location":"s3","remote_id":"95781006_794143070992462_4330873630616453120_n.jpg","cid":"","s3_bucket":"","mail_message_id":"","mail_template_id":"","deal_name":"nice deal","person_name":"","people_name":"","org_name":"Pipedrive Inc.","product_name":"","lead_name":"nice lead","url":"https://app.pipedrive.com/api/v1/files/304/download","name":"95781006_794143070992462_4330873630616453120_n.jpg","description":""}],"additional_data":{"pagination":{"start":0,"limit":100,"more_items_in_collection":true}}}