---
title: "Get a specific NCR by id."
method: GET
path: "/api/ncrs/{ncrId}"
tags: ["NCRs"]
---

# Get a specific NCR by id.

`GET /api/ncrs/{ncrId}`

## Path parameters

- `ncrId` string, required

## Response `200`

The NCR for the given id.

- NCRNcrDto — Represents an NCR
  - `id` string, required — Unique id associated to this entity.
  - `number` integer, required — Number
  - `type` string, required — NCR Type
  - `cause` string, required — Cause
  - `detail` string, required — Detail - required notes on the NCR
  - `departmentId` string, nullable — Department key identifier. Please reference /api/departments endpoint.
  - `department` CommonReferenceDto — Represents a reference to a document in a DB collection
    - `id` string, nullable — Unique Id associated to the referenced object
    - `name` string, nullable — Descriptive name associated to the object
  - `vendorId` string, nullable — Vendor key identifier. Please reference /api/vendors endpoint.
  - `vendor` CommonReferenceDto — Represents a reference to a document in a DB collection
    - `id` string, nullable — Unique Id associated to the referenced object
    - `name` string, nullable — Descriptive name associated to the object
  - `workCenters` string, nullable — The work centers assigned to this NCR.
  - `scheduledEquipment` string, nullable — Affected Equipment
  - `reason` string, nullable — Reason
  - `operator` CommonReferenceDto — Represents a reference to a document in a DB collection
    - `id` string, nullable — Unique Id associated to the referenced object
    - `name` string, nullable — Descriptive name associated to the object
  - `status` string, nullable — NCR Status
  - `quantityImpacted` number, double, nullable — Quantity Impacted
  - `incrementalCost` number, double, nullable — Incremental Cost
  - `createdUtc` string, date-time, nullable — Created Date
  - `completedUtc` string, date-time, nullable — Completed Date
  - `jobIds` string[] — Impacted Job IDs
  - `customFields` object, nullable — Custom fields that have been defined on this entity.
  - `completedBy` CommonReferenceDto — Represents a reference to a document in a DB collection
    - `id` string, nullable — Unique Id associated to the referenced object
    - `name` string, nullable — Descriptive name associated to the object
  - `analyzedBy` CommonReferenceDto — Represents a reference to a document in a DB collection
    - `id` string, nullable — Unique Id associated to the referenced object
    - `name` string, nullable — Descriptive name associated to the object
  - `impacts` CommonImpactDto[], nullable — Impact information.
    - `id` string, uuid, required — The ID for this object.
    - `operation` CommonReferenceDto — Represents a reference to a document in a DB collection
      - `id` string, nullable — Unique Id associated to the referenced object
      - `name` string, nullable — Descriptive name associated to the object
    - `workCenter` CommonReferenceDto — Represents a reference to a document in a DB collection
      - `id` string, nullable — Unique Id associated to the referenced object
      - `name` string, nullable — Descriptive name associated to the object
    - `scheduledEquipment` CommonReferenceDto — Represents a reference to a document in a DB collection
      - `id` string, nullable — Unique Id associated to the referenced object
      - `name` string, nullable — Descriptive name associated to the object
    - `job` CommonReferenceDto — Represents a reference to a document in a DB collection
      - `id` string, nullable — Unique Id associated to the referenced object
      - `name` string, nullable — Descriptive name associated to the object
    - `salesOrder` CommonReferenceDto — Represents a reference to a document in a DB collection
      - `id` string, nullable — Unique Id associated to the referenced object
      - `name` string, nullable — Descriptive name associated to the object
    - `quantityImpacted` number, double, nullable — Quantity Impacted
    - `incrementalCost` number, double, nullable — Incremental Cost

## Other responses

- `404` — An NCR with that id does not exist.

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/revisions/016c1fd45a3f/schema)
