GET Supported 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 GET ...wms/lgfapi/v10/entity/endpoint/
GET 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