GET Supported Entities

Supported GET Entities

The following table lists the supported GET Entities and URLs:

Entity Description URL to fetch all results (paginated list) URL to fetch only one result based on ‘ID’ (non-paginated list)
Task Template To access task creation template information without navigating to the UI screen, you can use this GET request to query task creation templates for your default company and facility.
GET .../wms/lgfapi/v10/entity/task_template/
GET .../wms/lgfapi/v10/entity/task_template/{id}
Endpoint Support GET for Endpoint entity. Exposes all fields except sensitive ones (password, client secret, private key).

GET ...wms/lgfapi/v10/entity/endpoint/
GET ...wms/lgfapi/v10/entity/endpoint/{id}
Interface Auth Type Support GET to fetch authentication type data.
GET .../wms/lgfapi/v10/entity/interface_auth_type
Not applicable
Object Store Provider Support GET to fetch object store provider data.
GET .../wms/lgfapi/v10/entity/object_store_provider
Not applicable
Integration Name Support GET to fetch integration names.
GET .../wms/lgfapi/v10/entity/integration_name
Not applicable
Barcode Preprocessing

Retrieves a list of barcode preprocessing entities, detailing the current configurations used for handling barcode data within the system.

GET .../wms/lgfapi/v10/entity/barcode_preproc
Not applicable
Barcode Preprocessing Match Rules

Fetches the set of rules applied to match and interpret barcode data during the preprocessing phase.

GET .../wms/lgfapi/v10/entity/barcode_preproc_match_rules 
Not applicable
Barcode Preprocessing Updates

Provides information about recent updates or changes made to the barcode preprocessing configurations.

GET .../wms/lgfapi/v10/entity/barcode_preproc_updates
Not applicable

Assign to Group

Support GET to list the groups Assigned to Reason code(s).

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

Reason Code Literals

Support GET to list the Reason Code Literals.

GET.../lgfapi/v10/entity/reason_code_terminology/
GET.../lgfapi/v10/entity/reason_code_terminology/{i

Reason Code Categories

Support GET to query categories that are assigned to Reason code(s)

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

Reason Code API Category

Support GETto lists all the api_category.

GET .../lgfapi/v10/entity/api_category/
Not applicable
User Group

Support GETto fetch the details of eligible groups for all the user configured

GET...wms/lgfapi/v10/entity/user_group
GET..wms/lgfapi/v10/entity/user_group/{id}
Wave Stats Retrieve comprehensive and relevant Wave Stats data and fetch paginated data for efficient handling of large result sets. This supports real-time reporting, and improved operational visibility.
GET .../lgfapi/v10/entity/wave_stats/
Not applicable