$uuid
$uuid : string
find(array $attributes = array()) : \MoxiworksPlatform\Team|null
Find an Team on Moxi Works Platform.
find can be performed including the Moxi Works Team ID in a parameter array
\MoxiworksPlatform\Team::find([moxi_works_team_id: 'abc123'])
array | $attributes |
|
if required parameters are not included
search(array $attributes = array()) : Array
Search for Teams by Company on Moxi Works Platform.
search can be performed by including moxi_works_company_id and updated_since in a parameter array
\MoxiworksPlatform\Team::search([moxi_works_company_id: 'abc123'])
array | $attributes |
|
if required parameters are not included
if at least one search parameter is not defined
array of Team objects:
sendRequest( $method, array $opts = array(), null $url = null) : \MoxiworksPlatform\Team|null
$method | ||
array | $opts | |
null | $url |
if required parameters are not included