WMS Activity Entities

The WMS Activity view captures activities performed by users on the warehouse floor using Oracle Cloud Warehouse Management System (WMS). The following APIs can be used to get relevant WMS Activity data.

Note: Operations performed using all WMS RF Transactions are written to WMS Activity. As of Release 24D, user activity information can also be posted through some of the operational WMS REST APIs. Refer WFM User Guide (navigate to Logistics Cloud Suite > Oracle Warehouse Management > Books > WFM User Guide) for the list of these APIs.

WMS Activity URLs

Check for the existence of the resource:

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

Fetch paginated results:

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

Fetch non-paginated result by specific 'ID':

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

WMS Activity Dtl URLs

Check for the existence of the resource:

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

Fetch paginated results when users use the following URL:

GET .../lgfapi/v10/entity/wms_activity_dtl/

Fetch non-paginated result by specific 'ID'

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

WMS Activity Code URLs

Check for the existence of the resource:

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

Fetch paginated results when users use the following URL:

GET .../lgfapi/v10/entity/wms_activity_code/

Fetch non-paginated result by specific 'ID'

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

WMS Activity Status URLs

Check for the existence of the resource:

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

Fetch paginated results when users use the following URL:

GET .../lgfapi/v10/entity/wms_activity_status/

Fetch non-paginated result by specific 'ID'

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