Work Area

Users are assigned to different work areas which is captured in the Work Area view. The following APIs can be used to get relevant Work Area information from WFM.

URLs

Check for the existence of the resource:

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

Fetch paginated results:

GET .../lgfapi/v10/entity/work_area/

Fetch non-paginated result by specific 'ID':

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