GET Serial Number History

You can retrieve serial_nbr_history using the following APIs. You can different API supported functions to filter for desired records and fields.

URLs

  • GET paginated results using the following URL:
    GET .../lgfapi/v10/entity/serial_nbr_history/
  • GET non-paginated result by specific 'ID':
    GET .../lgfapi/v10/entity/serial_nbr_history/{id}
  • HEAD URL - to validate an object exists for the entity in WMS:
    HEAD .../lgfapi/v10/entity/serial_nbr_history/
    HEAD .../lgfapi/v10/entity/serial_nbr_history/{id}