{"_id":"59e21f206415ad0032856519","project":"55c8cff571d7580d0063a5e5","version":{"_id":"57624356653c2d2200fec79c","__v":22,"project":"55c8cff571d7580d0063a5e5","createdAt":"2016-06-16T06:12:38.244Z","releaseDate":"2016-06-16T06:12:38.244Z","categories":["57624356653c2d2200fec79d","57624356653c2d2200fec79e","57624356653c2d2200fec79f","57624356653c2d2200fec7a0","57624356653c2d2200fec7a1","57624356653c2d2200fec7a2","57624356653c2d2200fec7a3","57624356653c2d2200fec7a4","57624356653c2d2200fec7a5","57624356653c2d2200fec7a6","57624356653c2d2200fec7a7","57624356653c2d2200fec7a8","57624356653c2d2200fec7a9","57624356653c2d2200fec7aa","5779ca1b99b40b0e005abb3a","5779d198aea88b0e00f63277","5797d3ab17ced017003c4be4","57ac170ef1cdae0e0053cdfc","57dbfc723ed3450e00dc9e6d","5804d12d16161c0f0077df9b","5841064b652e5b0f0015a7c8","588b5e5f2966b2230009cbf9","58a68ebf3239fa0f00857619","58c23c8b4922930f0050ac91","58fd1460809fc30f00f2ee07","5934eaf5328680002d77de6a","594bf91601cfe6000f40f4c5","595c4ed696b447001ba0cf6d","596524495cee50001575f5be","5970d4f1313162004dd303b5","59780fac24dbd1001a1fa057","59a8cfd3ead78a002d63cafe","59e0323d93da1f001c9ec170","5b0c16f2be9fcb0003e28222","5ba8fd1a4c8c220003a08f0f"],"is_deprecated":false,"is_hidden":false,"is_beta":true,"is_stable":true,"codename":"","version_clean":"4.0.0","version":"4"},"category":{"_id":"59e0323d93da1f001c9ec170","project":"55c8cff571d7580d0063a5e5","version":"57624356653c2d2200fec79c","__v":0,"sync":{"url":"","isSync":false},"reference":false,"createdAt":"2017-10-13T03:25:49.733Z","from_sync":false,"order":16,"slug":"fax","title":"Account Fax"},"user":"56f99ab84d2b4f3400edb636","githubsync":"","__v":6,"parentDoc":null,"metadata":{"title":"","description":"","image":[]},"updates":[],"next":{"pages":[],"description":""},"createdAt":"2017-10-14T14:28:48.399Z","link_external":false,"link_url":"","sync_unique":"","hidden":false,"api":{"examples":{"codes":[{"language":"php","code":"<?php\n\n$curl = curl_init();\n\ncurl_setopt_array($curl, array(\n CURLOPT_URL => \"https://api.phone.com/v4/accounts/1330103/fax/549a6c6747384ab0d1939f91a1a836e7d9b4c28f/download\",\n CURLOPT_RETURNTRANSFER => true,\n CURLOPT_ENCODING => \"\",\n CURLOPT_MAXREDIRS => 10,\n CURLOPT_TIMEOUT => 30,\n CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,\n CURLOPT_CUSTOMREQUEST => \"GET\",\n CURLOPT_POSTFIELDS => \"\",\n CURLOPT_HTTPHEADER => array(\n \"authorization: Bearer ET8oSluwRGSwNtG9dW3BYqM4oz6IgQtZmWhS5GsP\",\n \"cache-control: no-cache\",\n \"postman-token: ab36fd1c-7c5f-0509-6736-2f60a58803ae\",\n \"x-voip-id: 1330103\"\n ),\n));\n\n$response = curl_exec($curl);\n$err = curl_error($curl);\n\ncurl_close($curl);\n\nif ($err) {\n echo \"cURL Error #:\" . $err;\n} else {\n file_put_contents(\"myfax.pdf\", $response);\n}\n"}]},"method":"get","results":{"codes":[{"status":201,"language":"text","code":"File myfax.pdf is saved into the current folder","name":""}]},"settings":"","auth":"required","params":[{"_id":"56fae44519b2b80e004999a3","ref":"","in":"path","required":false,"desc":"Account ID","default":"","type":"int","name":"account_id"},{"_id":"56fae44519b2b80e004999a2","ref":"","in":"path","required":false,"desc":"Fax ID","default":"","type":"string","name":"fax_id"}],"url":"/accounts/:account_id/fax/:fax_id/download"},"isReference":false,"order":5,"body":"","excerpt":"Download an individual Fax record into a file in PDF format. See [Account Fax](doc:account-fax) for more info on the properties.\n\nNote: This API is for users with Account Owner scope access token. Users with Extension User scope token should invoke the Extension level Delete Fax API with the following definition:\n\nGET https://api.phone.com/v4/accounts/:account_id/extensions/:extension_id/fax/:fax_id/download","slug":"download-account-fax","type":"endpoint","title":"Download Fax"}
getDownload Fax
Download an individual Fax record into a file in PDF format. See [Account Fax](doc:account-fax) for more info on the properties.
Note: This API is for users with Account Owner scope access token. Users with Extension User scope token should invoke the Extension level Delete Fax API with the following definition:
GET https://api.phone.com/v4/accounts/:account_id/extensions/:extension_id/fax/:fax_id/download