Controller: Admin Account Management: GetAMSCommandGroups
GetAMSCommandGroups
Authentication Methods
- With AMS email and password
Input Parameter | Type | Description |
---|---|---|
Token* | String | |
Name* | 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=GetAMSCommandGroups&Name=mycommandname'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
<TotalCount>4</TotalCount>
<AMSGroups>
<AMSGroup>
<Name>Group1</Name>
<CreationDstamp>1462869783</CreationDstamp>
</AMSGroup>
<AMSGroup>
<Name>Group2</Name>
<CreationDstamp>1462869783</CreationDstamp>
</AMSGroup>
<AMSGroup>
<Name>Group3</Name>
<CreationDstamp>1462869783</CreationDstamp>
</AMSGroup>
<AMSGroup>
<Name>Group4</Name>
<CreationDstamp>1462869783</CreationDstamp>
</AMSGroup>
</AMSGroups>
</Response>