---
title: "Get operation details"
method: GET
path: "/v1/Operations/{id}"
tags: ["Operations"]
---

# Get operation details

`GET /v1/Operations/{id}`

## Path parameters

- `id` integer, required

## Query parameters

- `Account` unknown

## Response `200`

Success

- OperationDetailsResponse
  - `id` integer
  - `accountId` integer, nullable
  - `parentId` integer, nullable
  - `name` string, nullable
  - `description` string, nullable
  - `type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7
  - `genericType` string, nullable
  - `allowedItemsScope` string, nullable
  - `inventTransType` string, nullable
  - `parent` OperationDetailsResponse — recursive
  - `doors` Door[], nullable
    - `id` string, nullable
    - `name` string, nullable
  - `defaultWmsLocationsEnabled` boolean
  - `weightsAdjustmentEnabled` boolean
  - `autoPostJournal` boolean
  - `properties` object, nullable
  - `definedProperties` object, nullable
  - `issueItemStatusId` integer, nullable
  - `receiveItemStatusId` integer, nullable
  - `issueItemStatus` UniqueItemStatusResponse
    - `id` integer
    - `name` string, nullable
    - `genericStatus` 0 | 1 | 2
    - `accountId` integer, nullable
    - `createdOn` string, date-time, nullable
    - `modifiedOn` string, date-time, nullable
  - `receiveItemStatus` UniqueItemStatusResponse
    - `id` integer
    - `name` string, nullable
    - `genericStatus` 0 | 1 | 2
    - `accountId` integer, nullable
    - `createdOn` string, date-time, nullable
    - `modifiedOn` string, date-time, nullable
  - `operationFlags` OperationFlagItem[], nullable
    - `flagTypeId` integer
    - `flagActionType` 0 | 1 | 2
    - `name` string, nullable
    - `color` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/revisions/0e4626e69155/schema)
