---
title: "GET /api/v1/common/actions/"
method: GET
path: "/api/v1/common/actions/"
tags: ["common", "v1"]
---

# GET /api/v1/common/actions/

`GET /api/v1/common/actions/`

Action List

## Query parameters

- `project_id` integer
- `document_id` integer
- `view_actions` string[]
- `jq_filters` object

## Response `200`

- array[]
  - Action[]
    - `id` integer
    - `name` string
    - `message` string, nullable
    - `view_action` string, nullable
    - `object_pk` string, nullable
    - `model_name` string, nullable
    - `date` string, date-time
    - `user__name` string
    - `request_data` object, nullable

## Changes

- **2021-05-24** `8167164be9cc` — 3 breaking, 7 warning, 3 info
  - the `items/` response's property type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the required property `items/content_type` from the response with the `200` status
  - removed the required property `items/user` from the response with the `200` status
  - removed the optional property `items/app_label` from the response with the `200` status
  - …9 more
- **2020-12-11** `0957c4a7ae3d` — 10 warning, 5 info
  - deleted the `query` request parameter `document_id`
  - deleted the `query` request parameter `project_id`
  - deleted the `query` request parameter `view_actions`
  - removed the optional property `items/id` from the response with the `200` status
  - …11 more

[Change history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/common/actions/get.md)

---

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