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

# GET /api/v1/project/projects/{id}/

`GET /api/v1/project/projects/{id}/`

Retrieve Project

## Path parameters

- `id` string, required

## Query parameters

- `jq_filters` object

## Response `200`

- ProjectDetail
  - `pk` integer
  - `name` string, required
  - `description` string, nullable
  - `send_email_notification` boolean
  - `hide_clause_review` boolean
  - `status` integer
  - `status_data` ProjectListStatusData
    - `id` integer
    - `name` string, required
    - `code` string, nullable
    - `order` integer, required
    - `is_active` boolean
    - `group` integer, nullable
  - `owners` integer[]
  - `owners_data` ProjectDetailOwnersData[]
    - `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.
  - `reviewers` integer[]
  - `reviewers_data` ProjectDetailOwnersData[]
    - `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.
  - `super_reviewers` integer[]
  - `super_reviewers_data` ProjectDetailOwnersData[]
    - `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.
  - `junior_reviewers` integer[]
  - `junior_reviewers_data` ProjectDetailOwnersData[]
    - `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.
  - `type` string
  - `type_data` ProjectListTypeData, required
    - `uid` string, uuid
    - `code` string, required — Field codes must be lowercase, should start with a Latin letter, and contain only Latin letters, digits, and underscores.
    - `title` string, required
  - `progress` string
  - `user_permissions` string

## Changes

- **2020-12-11** `0957c4a7ae3d` — 6 breaking, 19 warning, 8 info
  - the response property `junior_reviewers_data/items/email` became optional for the status `200`
  - the response property `owners_data/items/email` became optional for the status `200`
  - the response property `reviewers_data/items/email` became optional for the status `200`
  - the response property `super_reviewers_data/items/email` became optional for the status `200`
  - …29 more

[Change history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/project/projects/: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)
