This page describes the representation of the resource used by the Fax Service. |
A fax is represented by UnifiedAPI as a Fax resource with the following components.
The example below contains the Fax in JSON representation. All fields are fictitious.
{ "id":"x", "uid":"xxx", "recipients":["0003*001"] } |
Name | Type | Description |
---|---|---|
id | Number | Id of the fax. |
uid | String | The unique Id of the Fax, used in the public fax page. |
recipients | Array<UAPI-Extension-Number, UAPI-Phone-Number> | The recipients of the Fax. The numbers may be extended or short (in case of Phone Terminal extensions). |
When returning the resource, the Service does not return the fields that have a value equal to NULL. |