Controller: License Management: GetDeactivatedLicenses
GetDeactivatedLicenses
Gets a list with all deactivated licenses
Authentication Methods
- With AMS username and password
Input Parameter | Type | Description |
---|---|---|
Token* | String | Security token |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean | True or false |
*=required
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=GetDeactivatedLicenses&Token=86ci8dnk44jiett5pth3lreuc6'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
<Licenses>
<ID>bf989738-d560-3a0e-685a-b13d95b8643b</ID>
<ID>be6eb7f8-6015-2f1d-1ae2-e44f3b6f8a28</ID>
<ID>420cd2b6-6509-7c61-fe11-92e80dc73202</ID>
</Licenses>
</Response>