LineEntity_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | LineEntity_Get |
Resource Path:/api/line/{lineId}/entity/{entId}
| Name | Description | Data Type |
|---|---|---|
| lineId | Required. The line ID. | integer |
| entId | The entity ID. If not provided, line-entity link information for all entities in the line will be returned. | integer |
The response body is of type Array[Mes.WebApi.Models.LineEntity].
To get link information for all entities in a line with an ID of 13:
api/line/13/entity
To get link information only for the entity with an ID of 28 in a line with an ID of 13:
api/line/13/entity/28
Examples: Work Tasks Lookups
To get link information for all entities in a line:
api/line/{lineID}/entity
To get link information only for one entity in a line:
api/line/{lineId}/entity/{entID}