---
title: "Display Profile Search"
method: GET
path: "/displayprofile"
tags: ["displayprofile"]
---

# Display Profile Search

`GET /displayprofile`

Search this users Display Profiles

## Query parameters

- `displayProfileId` integer
- `displayProfile` string
- `type` string
- `embed` string
- `sortBy` 'displayProfileId' | 'name' | 'type' | 'isDefault'
- `sortDir` 'asc' | 'desc'

## Response `200`

successful operation

- DisplayProfile[]
  - `displayProfileId` integer — The ID of this Display Profile
  - `name` string — The name of this Display Profile
  - `type` string — The player type that this Display Profile is for
  - `config` string[] — The configuration options for this Profile
  - `isDefault` integer — A flag indicating if this profile should be used as the Default for the client type
  - `userId` integer — The userId of the User that owns this profile
  - `configDefault` string[] — The default configuration options for this Profile

---

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