V3_Entity_GetEntityId (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_Entity_GetEntityId |
Resource Path:/api/V3/Entity/name
| Name | Description | Data Type |
|---|---|---|
| entName | Required. Holds the unique entity name to identify the entity. | string |
| siteName | Required. The entity's site name. If the same entity name is associated with more than one site, specify the site here. Otherwise, include this parameter in the URL but with no value assigned (e.g., /api/v3/EntAttr/key?entName=Roaster&siteName&attrDescription="Operating Temp"). | 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 Generated.Models.V3_Entity_GetEntityId.
OK