---
title: "Command Search"
method: GET
path: "/command"
tags: ["command"]
---

# Command Search

`GET /command`

Search this users Commands

## Query parameters

- `commandId` integer
- `command` string
- `code` string

## Response `200`

successful operation

- Command[]
  - `commandId` integer — Command Id
  - `command` string — Command Name
  - `code` string — Unique Code
  - `description` string — Description
  - `userId` integer — User Id
  - `commandString` string — Command String
  - `validationString` string — Validation String
  - `displayProfileId` integer — DisplayProfileId if specific to a Display Profile
  - `commandStringDisplayProfile` string — Command String specific to the provided DisplayProfile
  - `validationStringDisplayProfile` string — Validation String specific to the provided DisplayProfile
  - `availableOn` string — A comma separated list of player types this command is available on
  - `groupsWithPermissions` string — A comma separated list of groups/users with permissions to this Command

## Changes

- **2020-02-17** `8e1275395104` — 1 breaking, 4 warning
  - removed the media type `application/json` for the response with the status `200`
  - deleted the `query` request parameter `logicalOperatorCode`
  - deleted the `query` request parameter `logicalOperatorName`
  - deleted the `query` request parameter `useRegexForCode`
  - …1 more

[Change history](https://skmtc.dev/xibosignage/apis/xibo-api/changes/command/get.md)

---

[API](https://skmtc.dev/xibosignage/apis/xibo-api.md) · [All operations](https://skmtc.dev/xibosignage/apis/xibo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xibosignage/xibo-api/revisions/a3c40cebbafa/schema)
