Shortcuts
Some3C.com – A Professional Solution for iOS Development and Testing
1.Get album list
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/album/get
Request function name
id
String
Device ID
Multiple is not allowed
album_name
String
Album Name
Leave it blank to get the photo album of the most recent project.
num
Integer
Get the number of entries
Default 10
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data Data field description list returns a list of all acquired photos
Fields
illustrate
Remark
album_name
Album Name
Which album does it belong to?
name
file name
-
ext
Extension
-
size
File size
-
create_time
Creation time
-
2.Upload photos and videos
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/album/upload
Request function name
id
String
Device ID
Separate multiple devices with commas
album_name
String
Album Name
If left blank, it means the most recent project
zip
Integer
0: no compression, 1: compression
No compression by default. If you are transferring many small images at a time, compression is recommended.
files
String Array
List of paths to upload files
-
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description Returns the 10 records of the latest album list
Fields
illustrate
Remark
album_name
Album Name
Which album does it belong to?
name
file name
-
ext
Extension
-
size
File size
-
create_time
Creation time
-
3.Download photos and videos
After successful download, the file is saved in the iMouse installation directory\Shortcut\Media
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/album/down
Request function name
id
String
Device ID
Multiple is not allowed
zip
Integer
0: no compression, 1: compression
No compression by default. If you are transferring many small images at a time, compression is recommended.
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
list
json object array
List to download
-
Parameter description of json object array in list:
parameter
type
illustrate
Remark
album_name
String
Album Name
If left blank, it means the most recent project
name
String
file name
-
ext
String
Extension
-
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description None
4.Delete photos and videos
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/album/del
Request function name
id
String
Device ID
Separate multiple devices with commas
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
list
json object array
List to be deleted
-
Parameter description of json object array in list:
parameter
type
illustrate
Remark
album_name
String
Album Name
If left blank, it means the most recent project
name
String
file name
-
ext
String
Extension
-
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description Returns the 10 records of the latest album list
5.Clear photos and videos
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/album/clear
Request function name
id
String
Device ID
Separate multiple devices with commas
album_name
String
Album Name
If left blank, it means the most recent project
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description Returns the 10 records of the latest album list
6.Get a list of files
Calling
The file function is only supported by iOS 15 and above
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/file/get
Request function name
id
String
Device ID
Multiple is not allowed
path
String
path
The default is my iPhone root directory
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data Data field description list returns a list of all acquired photos
Fields
illustrate
Remark
album_name
Album Name
Which album does it belong to?
name
file name
-
ext
Extension
-
size
File size
-
create_time
Creation time
-
7.Upload files
Calling
The file function is only supported by iOS 15 and above
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/file/upload
Request function name
id
String
Device ID
Separate multiple devices with commas
path
String
path
The default is my iPhone root directory
zip
Integer
0: no compression, 1: compression
No compression by default. If you are transferring many small files at a time, compression is recommended.
files
String Array
List of uploaded files
-
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description Returns the 10 records of the latest file directory list
Fields
illustrate
Remark
name
file name
-
ext
Extension
-
size
File size
-
create_time
Creation time
-
8.Download File
The file function is only supported by iOS 15 and above. After successful download, the file is saved in the iMouse installation directory\Shortcut\File
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/file/down
Request function name
id
String
Device ID
Multiple is not allowed
path
String
path
The default is my iPhone root directory
zip
Integer
0: no compression, 1: compression
No compression by default. If you are transferring many small files at a time, compression is recommended.
list
json object array
-
-
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
Parameter description of json object array in list:
parameter
type
illustrate
Remark
name
String
file name
-
ext
String
Extension
-
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description Returns the 10 records of the latest album list
Fields
illustrate
Remark
album_name
Album Name
Which album does it belong to?
name
file name
-
ext
Extension
-
size
File size
-
create_time
Creation time
-
9.Deleting Files
The file function is only supported by iOS 15 and above
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/file/del
Request function name
id
String
Device ID
Separate multiple devices with commas
path
String
path
The default is my iPhone root directory
list
json object array
List of files to delete
-
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
Parameter description of json object array in list:
parameter
type
illustrate
Remark
name
String
file name
-
ext
String
Extension
-
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description Returns the 10 records of the latest file directory list
Fields
illustrate
Remark
name
file name
-
ext
Extension
-
size
File size
-
create_time
Creation time
-
10.To the phone clipboard
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/clipboard/set
Request function name
id
String
Device ID
Separate multiple devices with commas
sleep
Integer
Delayed return
The unit is seconds. Generally, there is no need to delay. However, on some mobile phones, it may take a while for the paste to be effective.
text
String
Text to send
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description None
11.Get the phone clipboard
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/clipboard/get
Request function name
id
String
Device ID
Multiple is not allowed
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data field description text contains the obtained text
12.Open URL
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/exec/url
Request function name
id
String
Device ID
Separate multiple devices with commas
url
String
-
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description None
13.Turn off restart device
This feature is only supported on iOS 15 and above.
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/switch/device
Request function name
id
String
Device ID
Separate multiple devices with commas
state
Integer
0 shutdown, 1 restart
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description None
14.Brightness adjustment
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/switch/bril
Request function name
id
String
Device ID
Separate multiple devices with commas
state
Floating point numbers
Brightness value
Greater than 0 and less than 1
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description None
15.Switch Flashlight
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/switch/torch
Request function name
id
String
Device ID
Separate multiple devices with commas
state
Integer
0 closed, 1 open
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description None
16.Switch airplane mode
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/switch/flight
Request function name
id
String
Device ID
Separate multiple devices with commas
state
Integer
0 closed, 1 open
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description None
17.Switch Cellular Data On or Off
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/switch/cdpd
Request function name
id
String
Device ID
Separate multiple devices with commas
state
Integer
0 closed, 1 open
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description None
18.Switch wireless LAN on or off
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/switch/wlan
Request function name
id
String
Device ID
Separate multiple devices with commas
state
Integer
0 closed, 1 open
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data data field description None
19.Get phone IP
Calling
Request Parameters
parameter
type
illustrate
Remark
fun
String
/shortcut/device/ip
Request function name
id
String
Device ID
Multiple is not allowed
state
Integer
0 LAN, 1 extranet
outtime
Boolean
Timeout
The timeout for returning data, in milliseconds, the default is 15 seconds
httpGet request example
httpPost request example
httpPost json request example [websocket can also send the same json request]
Response
Response data field description text contains the obtained IP address
Last updated