SearchAMSGroup

Gets all the ams groups that confirm to the given filter

Authentication Methods


  1. With AMS username and password
Input Parameter Type Description
Token* String
Output Parameter Type Description
Success Boolean

*=required

CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=SearchAMSGroup'
RESPONSE
<Response>
    <Status>1</Status>
    <Message>Success</Message>
    <TotalCount>2</TotalCount>
    <AMSGroups>
        <AMSGroup>
            <Name>Group1</Name>
            <Description>This is the first group</Description>
        </AMSGroup>
        <AMSGroup>
            <Name>Group2</Name>
            <Description>This is the second group</Description>
        </AMSGroup>
    </AMSGroups>
</Response>