---
title: "Get operation scan line layout"
method: GET
path: "/v1/Operations/{operationId}/line"
tags: ["Operations"]
---

# Get operation scan line layout

`GET /v1/Operations/{operationId}/line`

## Path parameters

- `operationId` integer, required

## Query parameters

- `Account` unknown

## Response `200`

Success

- OperationDynamicContentResponse
  - `operationId` integer
  - `slots` DynamicField[], nullable
    - `index` integer
    - `name` string, nullable
    - `key` string, nullable
    - `valueSource` 0 | 1 | 2 | 3 | 4 | 5
    - `segments` DynamicFieldSegment[], nullable
      - `type` string, nullable
      - `value` string, nullable
      - `entity` 0 | 1 | 2 | 3 | 4 | 5
      - `key` string, nullable
      - `label` string, nullable
      - `textStyle` TextStyle
        - `style` string, nullable
        - `color` string, nullable
    - `itemCondition` ItemCondition
      - `propertyKey` string, nullable
      - `propertyValue` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[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/versions/0e4626e69155/schema)
