$moxi_works_agent_id
$moxi_works_agent_id : string
$transient : boolean
find( $opts = array()) : \MoxiworksPlatform\Group|null
Find a specified Group by name on the Moxi Works Platform.
find can be performed including the Moxi Works Group ID and the Moxi Works Agent ID in a parameter array
use MoxiworksPlatform\Group::search to determine what group IDs are available.
\MoxiworksPlatform\Group::find([moxi_works_agent_id: 'abc123', moxi_works_group_id: 'groupId'])
$opts |
if required parameters are not included
search(array $attributes = array()) : Array
Search for Groups or return all Groups for an Agent on Moxi Works Platform.
search can be performed by including moxi_works_group_name in parameters
\MoxiworksPlatform\Group::search([moxi_works_agent_id: 'abc123', moxi_works_group_name: foo])
array | $attributes |
|
if required parameters are not included
if at least one search parameter is not defined
of Group objects
sendRequest( $method, array $opts = array(), null $url = null) : \MoxiworksPlatform\Group|null
$method | ||
array | $opts | |
null | $url |
if required parameters are not included