timeout
This function will always timeout after 30sec
| HTTP Method: | GET | |
|---|---|---|
| Parameters: | sid | session id timeouts |
Return errors
| Error code | HTTP response code | Description |
|---|---|---|
| 1 | 400 (Bad request) | Function was not performed, because all required parameters were not entered. Reply portion reply is empty. |
| 3 | 403 (Forbidden) | Function call failed, invalid sid parameter. Create new sid using /api/login function. Reply portion reply is empty. |
CURL
curl "https://admin.systems90.cz/api/timeout?sid=%sid%"
PHP Library
$api->timeout(array());