V3_Site_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_Site_Get |
Resource Path:/api/v3/Site
| Name | Description | Data Type |
|---|---|---|
| entId | The site's entity ID. | integer |
| siteName | The site name. | string |
| corporation | The parameter is not used. | string |
| division | The parameter is not used. | string |
| subDivision | The parameter is not used. | string |
| regionId | The parameter is not used. | string |
| spare1 | The contents of the spare 1 field. | string |
| spare2 | The contents of the spare 2 field. | string |
| spare3 | The contents of the spare 3 field. | string |
| spare4 | The contents of the spare 4 field. | string |
| lastEditBy | The ID of the user who added or last updated the site record. | string |
| lastEditAt | The date and time when the site record 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_Site_Get].
OK