ReportLost
Authentication Methods
- With a username and password
- With AMS username and password
Input Parameter |
Type |
Description |
Token |
String |
Security token |
ID |
String |
ID of the PC where the nomadesk dashboard is running on |
Output Parameter |
Type |
Description |
Success |
Boolean |
True on success, False on failure |
EXAMPLES
curl 'https://example.com/ctrller/api.php?Task=ReportLost&Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&LocationID=locationid'
Response:
<Response>
<Status>1</Status>
<Message></Message>
</Response>