Daily Activity Track Entities

As a second step, the WMS WFM Interface scheduled job moves WMS data from WMS Activity Track to Daily Activity Track view. The following APIs can be used to get relevant Daily Activity Track data.

Daily Activity Track URLs

Check for the existence of the resource:

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

Fetch paginated results:

GET .../lgfapi/v10/entity/daily_activity_track/

Fetch non-paginated result by specific 'ID':

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

Daily Activity Track Dtl URLs

Check for the existence of the resource:

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

Fetch paginated results when users use the following URL:

GET .../lgfapi/v10/entity/daily_activity_track_dtl/

Fetch non-paginated result by specific 'ID'

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