V3_OperEntLink_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_OperEntLink_Get |
Resource Path:/api/v3/OperEntLink
| Name | Description | Data Type |
|---|---|---|
| processId | The ID of the process to which the operation belongs. | string |
| operId | The operation ID. | string |
| entId | The entity ID. | integer |
| parentContingentEnt | Indicates whether a link is for a group that will really be run on one or more child entities. | boolean |
| childContingentEnt | Indicates whether a link is potentially for one of a group of entities. | boolean |
| lastEditBy | The ID of the user who added or last updated the operation-entity link record. | string |
| lastEditAt | The date and time when the operation-entity link was added or last updated. | string |
| 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_OperEntLink_Get].
OK