Mes.WebApi.Models.V3.Core.LineEntity JSON Schema
- Last UpdatedNov 06, 2025
- 2 minute read
| Name | Description | Data Type |
|---|---|---|
| line_id | The line ID. | integer |
| ent_id | The entity ID or entity class. | integer |
| child_order | The relative order number of the entity in the line. | integer |
| input_pct | 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 |
| line_is_child | 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 |
| segment_no | integer | |
| ent_enabled | 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 by work orders. This property is not applicable if the LineIsChild property is true. | boolean |
| can_be_bottleneck | boolean | |
| reorder | The reorder indication, which is always false. This property is currently not implemented. | boolean |
| last_edit_at | The date and time when the record was added or last updated. | string |
| my_entity | A JSON array with each entity in the line being a separate JSON record that contains the my_entity record. For example, if the call is messerver/api/V3/line/13/entity, the JSON array would be [{lineID:13, entID:1....my_entity{...}}, {lineID:13, ent ID2...my_entity{...}}]. | Mes.WebApi.Models.V3.Entity |