GET ops/tallies?from={from}&to={to}&plantationId={plantationId}&compartmentId={compartmentId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
from | date |
Required |
|
to | date |
Required |
|
plantationId | integer |
Default value is 0 |
|
compartmentId | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of LogTallyGETName | Description | Type | Additional information |
---|---|---|---|
Diameter | integer |
None. |
|
Id | integer |
None. |
|
LogCount | integer |
None. |
|
LogLength | decimal number |
None. |
|
Modified | date |
None. |
|
ModifiedBy | UserBasicGET |
None. |
|
Stack | StackBasicGET |
None. |
|
Volume | decimal number |
None. |
|
Weight | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "diameter": 1, "id": 2, "logCount": 3, "logLength": 4.0, "modified": "2024-11-28T06:45:51.0123898+00:00", "modifiedBy": null, "stack": { "id": 1, "stackNo": "sample string 2" }, "volume": 6.1, "weight": 7.1 }, { "diameter": 1, "id": 2, "logCount": 3, "logLength": 4.0, "modified": "2024-11-28T06:45:51.0123898+00:00", "modifiedBy": null, "stack": { "id": 1, "stackNo": "sample string 2" }, "volume": 6.1, "weight": 7.1 } ]
application/xml
Sample:
text/xml
Sample: