NextGen APIs

Serialized Material History GET /inventory/materials/r1/materials/serial-numbers/history

Http Verb

GET

Url

/inventory/materials/r1/materials/serial-numbers/history

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

PAGINATION ORDERING-SERVER-SIDE

Business Logic

Retrieves a paginated list of historical records for serialized materials based on filtering criteria.

Query String Parameters

Filter ℹ️

Field

Type

Note

id

Collection<Long>

Filter by the specific history record IDs.

code

Collection<String>

Filter by the physical alphanumeric serial numbers.

serialNumber

Collection<Long>

Filter by the specific serialized material entity IDs.

materialId

Collection<Long>

Filter by generic material IDs.

modelId

Collection<Long>

Filter by material model IDs.

historyDate

ZonedDateTimeRange

Filter by the timestamp range of the historical snapshots.

historyOperationId

Collection<Long>

Filter by the operation that triggered the history creation.

active

Boolean

Filter by the active state of the record.

Order ℹ️

Default Order

Default.

Possible order values

all response payload fieldsPage.

Page ℹ️

Default.

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