Work Group

There could be a single or multiple work groups within each cost center which is captured in the Work Group view. The following APIs can be used to get relevant Work Group data from WFM.

URLs

Check for the existence of the resource:

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

Fetch paginated results:

GET .../lgfapi/v10/entity/work_group/

Fetch non-paginated result by specific 'ID':

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