Skip to content

Group Management

Fresh

Create, delete, query, and modify groups for organizing cloud phones.

Create Group

URL: https://openapi.geelark.com/open/v1/group/addMethod: POST

ParameterRequiredTypeDescription
listYesarrayGroup items
list[].nameYesstringGroup name (max 50 chars)
list[].remarkNostringRemark (max 500 chars)

Delete Group

URL: https://openapi.geelark.com/open/v1/group/delete

ParameterRequiredTypeDescription
idsYesarray[string]Group IDs

Query Groups

URL: https://openapi.geelark.com/open/v1/group/list

ParameterRequiredTypeDescription
pageYesintegerPage number
pageSizeYesintegerItems per page
idsNoarray[string]Filter by IDs
namesNoarray[string]Filter by names
remarksNoarray[string]Filter by remarks

Modify Group

URL: https://openapi.geelark.com/open/v1/group/update

ParameterRequiredTypeDescription
listYesarrayGroup updates
list[].idYesstringGroup ID
list[].nameNostringNew name (max 50 chars)
list[].remarkNostringNew remark (max 500 chars)

Error Codes

CodeDescription
43030Group name is empty
43031Group name already exists
43032Group does not exist
43033Group name does not exist
43034Group remark does not exist
43035Ungrouped items cannot be edited

GEELark API Documentation - Built with VitePress