Method: projects.faxes.get¶
Retrieves a Fax identified by the supplied resource name.
The caller must have voice.faxes.get permission on the project.
HTTP request¶
GET https://voice.api.enfonica.com/v1beta1/{name}
Path parameters¶
| Parameters | |
|---|---|
| name | string The resource name of the Fax to retrieve. Must be of the form projects/*/calls/*/fax. |
Query parameters¶
| Parameters | |
|---|---|
| view | enum (FaxView) Configuration of partial responses. Defaults to FULL. |
Request body¶
The request body must be empty.
Response body¶
If successful, the response body contains an instance of Fax.
FaxView¶
Configuration of partial responses for the Fax resource.
| Enums | |
|---|---|
| FAX_VIEW_UNSPECIFIED | The default / unset value. The API will default to BASIC for ListFaxes and FULL for GetFax. |
| BASIC | Includes all fields except uri. This is the default for ListFaxes. |
| FULL | Includes all fields. This is the default for GetFax. |