Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview


Need of Batch status We need to include Batch Status attribute in response of {‌{url}‌}API to fetch user enrolled courses (/course/v1/user/enrollment/list/{‌{userId}‌} API for each batch in which user is enrolled).

Terminology :

  1. Metadata : This term refers the data related to course batch which will be added in response specifically in batchMetaData. 
  2. Standard supported Metadata : This term refers the standard data which will be provided irrespective of the query parameter for "batchDetails". For example we can consider batchName, batchStartDate,bacthEndDate as standard metadata for batchDetails.
  3. Standard supported fields : This term refers field which are supported by API to get in "batchMetaData " map . Standard supported fields can be the fields which exist in course batch objects and are not sensitive for exposure.

...