Controller: Admin Account Management: SearchAMSCommand
SearchAMSCommand
Gets all the ams commands that confirm to the given filter
Authentication Methods
- With AMS email and password
Input Parameter | Type | Description |
---|---|---|
Token* | String |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean |
*=required
This Api call supports paging and filtering, see paging and filtering documentation for more info.
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=SearchAMSCommand'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
<TotalCount>2</TotalCount>
<AMSCommands>
<AMSCommand>
<Name>Command1</Name>
<CreationDstamp>2016-06-16 11:06:13</CreationDstamp>
</AMSCommand>
<AMSCommand>
<Name>Command2</Name>
<CreationDstamp>2016-05-10 10:43:03</CreationDstamp>
</AMSCommand>
</AMSCommands>
</Response>