$moxi_works_agent_id
$moxi_works_agent_id : string
find(array  $attributes = array()) : \MoxiworksPlatform\Agent|null
                Find an Agent on Moxi Works Platform.
find can be performed including the Moxi Works Agent ID in a parameter array
\MoxiworksPlatform\Agent::find([moxi_works_agent_id: 'abc123'])
| array | $attributes | 
 | 
if required parameters are not included
search(array  $attributes = array()) : Array
                Search for Agents by Company on Moxi Works Platform.
search can be performed by including moxi_works_company_id and updated_since in a parameter array
\MoxiworksPlatform\Agent::search([moxi_works_company_id: 'abc123', updated_since: 1463595006])
| array | $attributes | 
 
 | 
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\Agent objects ]
sendRequest( $method, array $opts = array(), null $url = null) : \MoxiworksPlatform\Agent|null
| $method | ||
| array | $opts | |
| null | $url | 
if required parameters are not included