V3_LineEntity_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_LineEntity_Get |
Resource Path:/api/V3/LineEntity
| Name | Description | Data Type |
|---|---|---|
| lineId | The line ID. If not provided, the line-entity link information for all lines will be returned. | integer |
| entId | The entity ID. If not provided, line-entity link information for all entities for each line will be returned. | integer |
| Name | Description |
|---|---|
| trans_id | Used to supply the ID of the transaction if the call is taking part in a transaction. |
| max_rows | Used to supply the maximum number of rows that will be returned by the get. |
The response body is of type Array[Generated.Models.V3_LineEntity_Get].
OK