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.
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}