Email Attachment

How to download attachments of emails using api

Thanks in advance

GET/files

Thanks for your response David, I tried it and as well as Get/file/ID/download too but i am not able to download files that show me file is corrupted…
my code block is

client = new RestClient(“https://api.pipedrive.com/v1/file/” + id + “/download?api_token=” + token);

                            client.Timeout = -1;

                            request = new RestRequest(Method.GET);

                            request.AlwaysMultipartFormData = true;

                            response = client.Execute(request);

Response status is false…
Please help me

Thanks In advance

Thanks for your response David, I tried it and as well as Get/file/ID/download too but i am not able to download files that show me file is corrupted…
my code block is

client = new RestClient(“https://api.pipedrive.com/v1/file/” + id + “/download?api_token=” + token);

                            client.Timeout = -1;

                            request = new RestRequest(Method.GET);

                            request.AlwaysMultipartFormData = true;

                            response = client.Execute(request);

Response status is false…
Please help me

Thanks In advance