Controller: Admin Account Management: GetAMSCommandInfo
GetAMSCommandInfo
Authentication Methods
- With AMS email and password
Input Parameter | Type | Description |
---|---|---|
Token* | String | |
Name* | String | |
Output Parameter | Type | Description |
--- | --- | --- |
Success | Boolean |
*=required
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=GetAMSCommandInfo&Name=mycommandname'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
<AMSCommand>
<Name>mycommandname</Name>
<Description>this is mycommandname description</Description>
<CreationDstamp>1462869783</CreationDstamp>
</AMSCommand>
</Response>