Configuration_GetEquipment (Get)
- Last UpdatedNov 13, 2025
- 1 minute read
| Get | Configuration_GetEquipment |
Resource Path:/api/v1/config/GetEquipment
| Name | Description | Data Type |
|---|---|---|
| Id | Required. The identifier of an equipment report. | string |
| IsMaterialAccountingReport | Required. Indicates whether a report is for Material Accounting. | boolean |
The response body is of type Array[EquipmentInformation].
Request
GET 'https://localhost:9003/api/v1/config/GetEquipment?Id=Report2amp;IsMaterialAccountingReport=True'Response
[
{
"Name": "Report2",
"FullName": "SiteFolder.Material Accounting.Report2",
"EquipmentLevelType": "Other",
"Properties": {
"IsMaterialAccountingReport": true,
"Period": "Month",
"ReportingAreas": "ReportingAreaA",
"Fields": "Au Tonnes, Ag Tonnes"
}
}
]