You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirement is to build the REST API to get the active, inactive and registered users in vlabs-openedx platform. After research on openedx API documentation its concluded that there is no existing API in to obtain these details.
This python script is to be executed in openedx platform running machine for every 24 hours (i,e 1 day)
thereby we can get openedx user analytics data in date wise
ksripathi
added this to the
Release VLABS Analytics API server v2.0.0 milestone
Sep 14, 2017
Requirement is to build the REST API to get the active, inactive and registered users in vlabs-openedx platform. After research on openedx API documentation its concluded that there is no existing API in to obtain these details.
python script https://github.com/vlead/vlabs-analytics-service/blob/analytics-apis/src/deployment/index.org#script-to-get-openedx-user-analytics is written to fetch the required data from edx database which dumps the analytics into analytcs database
The text was updated successfully, but these errors were encountered: