WMS Activity Track Entities
As a first step, the WMS WFM Interface scheduled job moves WMS data from WMS Activity to WMS Activity Track view. The following APIs can be used to get relevant WMS Activity Track data.
WMS Activity Track URLs
Check for the existence of the resource:
HEAD .../lgfapi/v10/entity/wms_activity_track/{id}
Fetch paginated results:
GET .../lgfapi/v10/entity/wms_activity_track/
Fetch non-paginated result by specific 'ID':
GET .../lgfapi/v10/entity/wms_activity_track/{id}
WMS Activity Track Dtl URLs
Check for the existence of the resource:
HEAD .../lgfapi/v10/entity/wms_activity_track_dtl/{id}
Fetch paginated results when users use the following URL:
GET .../lgfapi/v10/entity/wms_activity_track_dtl/
Fetch non-paginated result by specific 'ID'
GET .../lgfapi/v10/entity/wms_activity_track_dtl/{id}
WMS Activity Track Status URLs
Check for the existence of the resource:
HEAD .../lgfapi/v10/entity/wms_activity_track_status/{id}
Fetch paginated results when users use the following URL:
GET .../lgfapi/v10/entity/wms_activity_track_status/
Fetch non-paginated result by specific 'ID'
GET .../lgfapi/v10/entity/wms_activity_track_status/{id}