Device Commands API’s
This API allows you to command your device to perform various actions to manage the device remotely;
List of Available Commands
You need to pass your command through “command” tag
Command | Description |
restart | This will restart the picky assist app installed in the device |
reset | This will reset the picky assist app, all message queue will be deleted and database in the device will be cleared |
delete-message-queue | This command will delete all messages which are in Queue |
delete-call-queue | This command will delete all calls which are in Queue |
stop-message-queue | This command will temporarily stop processing messages from queue. Please note if your send a message then the Queue will start processing again. |
stop-call-queue | This command will stop all queue in the device |
resume-message-queue | This will resume the message queue if its stopped earlier |
resume-call-queue | This will resume the call queue if its stopped earlier |
Commanding API's
POST
https://pickyassist.com/app/api/v2/device-action
This API allows you to command your device remotely like , stopping a queue , restart the app etc
Path Parameters
Name | Type | Description |
---|---|---|
string |
Sample Request
Sample Response
Last updated