$agent_uuid
$agent_uuid : string
search(array $attributes = array()) : Array
Search for PresentationLogs by Agent ID on Moxi Works Platform.
search can be performed by including moxi_works_company_id and updated_since in a parameter array
\MoxiworksPlatform\PresentationLog::search([created_after: 1234, created_before: 2345])
array | $attributes |
optional Task search parameters
Note: only updated_after and updated_before or created_after and created_before can be used when searching. |
if required parameters are not included
if at least one search parameter is not defined
paged response array with the format: [ page_number: [Integer], total_pages: [Integer], agents: [Array] containing MoxiworkPlatform\PresentationLog objects ]
sendRequest( $method, array $opts = array(), null $url = null) : \MoxiworksPlatform\PresentationLog|null
$method | ||
array | $opts | |
null | $url |
if required parameters are not included