freebox_api_php/docs/services/Call/Call.md

30 lines
771 B
Markdown
Raw Permalink Normal View History

2016-06-11 21:29:34 +02:00
# Call
2016-06-11 23:16:01 +02:00
**Namespace** : alphayax\freebox\api\v3\services\Call
# Overview
2016-06-11 21:29:34 +02:00
2016-06-11 23:16:01 +02:00
- [Contact](./Contact/Contact.md)
2016-06-25 14:28:08 +02:00
- [ContactNumber](Contact/Contact.md#ContactNumber)
- [ContactAddress](Contact/Contact.md#ContactAddress)
- [ContactUrl](Contact/Contact.md#ContactUrl)
- [ContactEmail](Contact/Contact.md#ContactEmail)
- [ContactEntry](Contact/Contact.md#ContactEntry)
2016-06-11 23:16:01 +02:00
- [CallEntry](Call.md#CallEntry)
<a name="CallEntry"></a>
2016-06-11 21:29:34 +02:00
## CallEntry
2016-06-11 23:16:01 +02:00
**Class** : alphayax\freebox\api\v3\services\Call\CallEntry
2016-06-11 21:29:34 +02:00
### Public methods
| Method | Description |
|---|---|
| `getAll` | List every calls |
| `getFromId` | Access a given call entry |
| `delete` | Delete a call entry |
| `deleteFromId` | Delete a call entry |
| `update` | Update a given call entry |