Mes.WebApi.Models.LineEntity JSON Schema
- Last UpdatedNov 06, 2025
- 2 minute read
| Name | Description | Data Type |
|---|---|---|
| lineID | The line ID. | integer |
| entID | The entity ID or entity class. | integer |
| childOrder | The relative order number of the entity in the line. | integer |
| inputPct | Gets or sets how much of the outflow from the set of child entities with the same parent and a child_order that is the next lower value to this one goes to the child entity. | number |
| lineIsChild | The indication whether the entity belongs to the line. If true, the entity belongs to the line. If false, the entity is the parent of the line (for example, the entity is a building or a site). | boolean |
| segmentNo | integer | |
| entEnabled | The indication whether the entity is not to be bypassed by work orders. If true, the entity is not to be bypassed by work orders. If false, the entity will be bypassed b work orders. This property is meaningless if the LineIsChild property is true. | boolean |
| canBeBottleneck | boolean | |
| reorder | The reorder property indication, which is always false. This property is currently not implemented. | boolean |
| lastEditAt | The date and time when the link record was added or last modified. | string |
| myEntity | A JSON array with each entity in the line being a separate JSON record that contains the MyEntity record. For example, if the call is messerver/api/v1/line/13/entity, the JSON array would be [{lineID:13, entID:1....MyEntity{...}}, {lineID:13, ent ID2...MyEntity{...}}]. | Mes.WebApi.Models.Entity |