|
Http Verb |
GET |
|---|---|
|
Url |
/inventory/materials/r1/materials/serial-numbers/history/{serialNumberHistoryId} |
|
Permissions required |
|
|
Personally Identifiable Information (PII) |
No |
|
Sensitive Information |
No |
|
Last Modified Version |
r1 |
|
Released since |
2026 W2 (FSM 23.0) |
|
Deprecated since |
|
|
Removed since |
|
|
Tech Tags |
|
Business Logic
Retrieves the specific details of a single historical snapshot for a serialized material.
Path Parameters
|
Field |
Note |
|---|---|
|
serialNumberHistoryId |
|
Query String Parameters
Fields ℹ️
Default.
Language ℹ️
Default.
Header Parameters
Default.
Response documentation
Response payload fields
|
Field |
Type |
Description |
|---|---|---|
|
id |
Long |
Unique identifier of the history record. |
|
code |
String |
The physical alphanumeric serial number. |
|
serialNumberId
|
Long |
Reference to the physical serialized material entity. |
|
materialId |
Long |
Reference to the generic material definition. |
|
modelId |
Long |
Reference to the specific material model. |
|
historyDate |
ZonedDateTime |
Timestamp of when this historical snapshot was recorded. |
|
historyOperationId |
Long |
Reference to the system operation that generated this history. |
|
active |
Boolean |
Flag indicating if this historical state was active. |
Response error codes