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

# GET /api/v1/common/actions/{id}/

`GET /api/v1/common/actions/{id}/`

Retrieve Action

## Path parameters

- `id` string, required

## Query parameters

- `jq_filters` object

## Response `200`

- Action
  - `pk` integer
  - `name` string
  - `user` ProjectDetailOwnersData, required
    - `id` integer
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
    - `last_name` string
    - `first_name` string
    - `email` string, email
    - `is_superuser` boolean — Designates that this user has all permissions without explicitly assigning them.
    - `is_staff` boolean — Designates whether the user can log into this admin site.
    - `is_active` boolean — Designates whether this user should be treated as active. Unselect this instead of deleting accounts.
    - `name` string
    - `role` integer, nullable
    - `role_data` ProjectDetailRoleData
      - `id` integer
      - `name` string, required
      - `code` string, required
      - `abbr` string
      - `order` integer, required
      - `is_admin` boolean
      - `is_top_manager` boolean
      - `is_manager` boolean
      - `is_reviewer` string
    - `organization` string, nullable
    - `photo` string
    - `permissions` object
    - `groups` integer[] — The groups this user belongs to. A user will get all permissions granted to each of their groups.
  - `content_type` integer, required
  - `object_pk` string, nullable
  - `date` string, date-time
  - `app_label` string, nullable
  - `model_name` string, nullable
  - `object_str` string, nullable

## Changes

- **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 `id` from the response with the `200` status
  - …11 more

[Change history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/common/actions/:id/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/0957c4a7ae3d/schema)
