---
title: "Search Actions"
method: GET
path: "/action"
tags: ["action"]
---

# Search Actions

`GET /action`

Search all Actions this user has access to

## Query parameters

- `actionId` integer
- `ownerId` integer
- `triggerType` string
- `triggerCode` string
- `actionType` string
- `source` string
- `sourceId` integer
- `target` string
- `targetId` integer
- `layoutId` integer
- `sourceOrTargetId` integer

## Response `200`

successful operation

- Action[]
  - `actionId` integer — The Action Id
  - `ownerId` integer — The Owner Id
  - `triggerType` string — The Action trigger type
  - `triggerCode` string — The Action trigger code
  - `actionType` string — The Action type
  - `source` string — The Action source (layout, region or widget)
  - `sourceId` integer — The Action source Id (layoutId, regionId or widgetId)
  - `target` string — The Action target (region)
  - `targetId` integer — The Action target Id (regionId)
  - `widgetId` integer — Widget ID that will be loaded as a result of navigate to Widget Action type
  - `layoutCode` string — Layout Code identifier
  - `layoutId` integer — Layout Id associated with this Action

---

[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)
