GET ops/logs/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LogGETName | Description | Type | Additional information |
---|---|---|---|
Diameter | integer |
None. |
|
Id | integer |
None. |
|
LogLength | decimal number |
None. |
|
Modified | date |
None. |
|
ModifiedBy | UserBasicGET |
None. |
|
Stack | StackBasicGET |
None. |
|
TagNo | string |
None. |
|
Volume | decimal number |
None. |
|
Weight | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "diameter": 1, "id": 2, "logLength": 3.0, "modified": "2024-11-28T06:42:38.6329536+00:00", "modifiedBy": null, "stack": { "id": 1, "stackNo": "sample string 2" }, "tagNo": "sample string 5", "volume": 6.1, "weight": 7.1 }
application/xml
Sample:
text/xml
Sample: