Work Area Activity Entities

All activities that are expected to be performed by users on the warehouse floor is defined in the Work Area Activity view. The activities are categorized as System (WMS), VAS and Manual activities. The following APIs can be used to get relevant Work Area Activity information from WFM.

Work Area Activity URLs

Check for the existence of the resource:

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

Fetch paginated results:

GET .../lgfapi/v10/entity/work_area_activity/

Fetch non-paginated result by specific 'ID':

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

Work Area Activity Type URLs

Check for the existence of the resource:

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

Fetch paginated results:

GET .../lgfapi/v10/entity/work_area_activity_type/

Fetch non-paginated result by specific 'ID':

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