GET Cycle Count Run

You can retrieve the cc_run entity through GET API. You can also use different API supported functions to filter for desired records and fields.

URLs

GET paginated results when users use the following URL:
GET .../lgfapi/v10/entity/cc_run/
GET non-paginated result by specific 'ID':
GET .../lgfapi/v10/entity/cc_run/{id}
HEAD URL to validate an object exists for the cc_run entity in WMS:
HEAD .../lgfapi/v10/entity/cc_run/
HEAD .../lgfapi/v10/entity/cc_run/{id}