GET Container Lock Xref using a REST API

We’ve introduced support for GET and HEAD methods, for the entity Container Lock Xref in the REST API, that helps you to query a container for the eligible companies.

  • API HEAD and GET methods.

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

  • Fetch paginated results when users use the following URL(with filters)

GET .../lgfapi/v10/entity/container_lock_xref/

NOTE: The GET request using the ID in the URL fetches the result for a single record.

  • Fetch non-paginated result by specific 'ID'

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

Steps to Enable

You don't need to do anything to enable this feature.

Key Resources