WMS Activity and Activity Detail

The WMS Activity view captures all the operations performed by users on the warehouse floor using WMS RF transactions and the data is consolidated at regular intervals and available for WFM reports. With the WMS Activity entities now exposed via REST API, you can now build additional labor management capabilities in external systems by getting the WMS activity information from WMS using REST APIs.

The following URLs are now supported for WMS_ACTIVITY:

HEAD .../lgfapi/v10/entity/wms_activity/{id}

Fetch paginated results when users use the following URL:

GET .../lgfapi/v10/entity/wms_activity/

Fetch non-paginated result by specific 'ID':

GET .../lgfapi/v10/entity/wms_activity/{id}

WMS Activity Detail

The following URLs are now supported for WMS_ACTIVITY_DETAIL:

HEAD .../lgfapi/v10/entity/wms_activity_dtl/{id}

Fetch paginated results when users use the following URL:

HEAD .../lgfapi/v10/entity/wms_activity_dtl/{id}x

Fetch non-paginated result by specific 'ID'

GET .../lgfapi/v10/entity/wms_activity_dtl/{id}