public
|
#
__construct( string $recipient = Angelfon\SDK\Rest\Api\V099\User\Values::NONE, string $batchId = Angelfon\SDK\Rest\Api\V099\User\Values::NONE, string $startedBefore = Angelfon\SDK\Rest\Api\V099\User\Values::NONE, string $startedAfter = Angelfon\SDK\Rest\Api\V099\User\Values::NONE, string $scheduledBefore = Angelfon\SDK\Rest\Api\V099\User\Values::NONE, string $scheduledAfter = Angelfon\SDK\Rest\Api\V099\User\Values::NONE, string $callFrom = Angelfon\SDK\Rest\Api\V099\User\Values::NONE, integer $status = Angelfon\SDK\Rest\Api\V099\User\Values::NONE, integer $answer = Angelfon\SDK\Rest\Api\V099\User\Values::NONE )
Parameters
- $recipient
- The phone number to filter the results
- $batchId
- Returns only calls in this batch
- $startedBefore
- Returns calls started before the date time specified
- $startedAfter
- Returns calls started after the date time specified
- $scheduledBefore
- Returns calls scheduled before the date time specified
- $scheduledAfter
- Returns calls scheduled after the date time specified
- $callFrom
- Filters by phone number used to make the call
- $status
- Filter by call status
- $answer
- Filter by call answer
|