v51

latestOpenAPI 3.0.0AGPLv3 or laterraw.githubusercontent.com2026-08-0126276829.1 KB
command

Command Search

Search this users Commands

get/command

Query parameters

commandIdinteger

Filter by Command Id

commandstring

Filter by Command Name

codestring

Filter by Command Code

useRegexForNameinteger

Flag (0,1). When filtering by multiple commands in command filter, should we use regex?

useRegexForCodeinteger

Flag (0,1). When filtering by multiple codes in code filter, should we use regex?

logicalOperatorNamestring

When filtering by multiple commands in command filter, which logical operator should be used? AND|OR

logicalOperatorCodestring

When filtering by multiple codes in code filter, which logical operator should be used? AND|OR

typestring

Filter by player type (e.g. android, windows, linux, chromeOS, lg). Returns commands available on that type plus commands with no type restriction.

sortBy'commandId' | 'command' | 'code' | 'description' | 'groupsWithPermissions'

Specifies which field the results are sorted by. Used together with sortDir

sortDir'asc' | 'desc'

Sort direction

Response

successful operation

commandIdinteger

Command Id

commandstring

Command Name

codestring

Unique Code

descriptionstring

Description

userIdinteger

User Id

commandStringstring

Command String

validationStringstring

Validation String

displayProfileIdinteger

DisplayProfileId if specific to a Display Profile

commandStringDisplayProfilestring

Command String specific to the provided DisplayProfile

validationStringDisplayProfilestring

Validation String specific to the provided DisplayProfile

availableOnstring

A comma separated list of player types this command is available on

createAlertOnstring

Define if execution of this command should create an alert on success, failure, always or never.

{"stackTrail":"components:schemas:Command:properties:createAlertOnDisplayProfile","oasType":"schema","type":"unknown","description":"Create Alert On specific to the provided DisplayProfile."}
groupsWithPermissionsstring

A comma separated list of groups/users with permissions to this Command