# Education ## Get academic summary - [POST /v3/services/get_academic_summary](https://docs.measureone.com/api/openapi_3.2/openapi/education/paths/~1v3~1services~1get_academic_summary/post.md): Provides a summary of academic and educational data, including dates of attendance, degrees achieved, and other fields. Please see response payload for the detailed fields. MeasureOne uses a set of heuristics to make a final determination. These heuristics are summarized in Reason Codes as detailed in the following table. ### Reason Codes |Code|Description| |--- |--- | |MAS_DRVD_ATTNDNC_ACAD_SESSION|Attendance determined via academic session enrollments| |MAS_DRVD_STD_CLSF_CRSE_IN_PRG|Courses are in progress| | MAS_EXPLICIT_TYPE | Enrollment Type explicitly available on the school website | | MAS_DRVD_ENRL_TYPE_ENRL_STS | Enrollment Type derived based INACTIVE enrollment status | | MAS_DRVD_ENRL_TYPE | Enrollment Type derived based on credits attempted in currently enrolled term | | MAS_DRVD_ENRL_TYPE_PRV_TERM | Enrollment Type derived based on credits attempted in the previous enrolled term within 180 days of the date available in the data | | MAS_DRVD_ENRL_TYPE_INFR_CRED | Enrollment Type derived based on inferred credits attempted | | MAS_DRVD_ENRL_TYPE_COOP_CRSE | Enrollment Type derived based on enrolled COOP course | |MAS_INSUFFICIENT_DATA|Attendance record not available| |MAS_INSUFFICIENT_DATA|Date degree was awarded not available| |MAS_INSUFFICIENT_DATA|Degree GPA not available| |MAS_INSUFFICIENT_DATA|Degree majors not available| |MAS_INSUFFICIENT_DATA|Description of degree not available| |MAS_INSUFFICIENT_DATA|Number of credits not available| |MAS_INSUFFICIENT_DATA|Number of degree credits not available| |MAS_INSUFFICIENT_DATA|Status of student degree not available| |MAS_INSUFFICIENT_DATA|Student classification data not available| |MAS_INSUFFICIENT_DATA|Student degree data not available| |MAS_INSUFFICIENT_DATA|Student GPA not available| |MAS_INSUFFICIENT_DATA|Type of student degree not available| |MAS_INSUFFICIENT_DATA|Enrollment Type of student not available| |ITEM_ON_HOLD|Student transcript(s) on financial hold| |MAS_VF_DAC|Verification method: Direct school account connection| |MAS_VF_USD|Verification method: User-submitted transcript| |MAS_VF_DAC_USD|Verification method: Direct school account connection and one or more user-submitted transcript| ## Get enrollment status - [POST /v3/services/get_enrollment_status](https://docs.measureone.com/api/openapi_3.2/openapi/education/paths/~1v3~1services~1get_enrollment_status/post.md): This endpoint provides an assessment of the student's enrollment status. MeasureOne uses a set of heuristics to make a final determination. These heuristics are summarized in Reason Codes as detailed in the following table. ### Reason Codes |Code|Description| |--- |--- | |MES_EXPLICIT_STATUS|Enrollment Status explicitly available on school website| |MES_CURRENTLY_ENROLLED|Currently enrolled in a program| |MES_COURSE_IN_PRG|One or more courses in progress| |MES_COURSE_IN_PRG_DEG_AWD_LT_90|One or more courses in progress but degree awarded before 90 days of the date available in the data| |MES_LAST_TERM_LT_180|Last term ended within 180 days of date available in the data| |MES_LAST_TERM_LT_180_DEG_AWD_GT_270|Last term ended within 180 days of item creation but degree awarded date is greater than 270 days| |MES_COURSE_IN_PRG_DEG_AWD_LT_60|One or more courses in progress, but degree awarded before 60 days of item creation| |MES_LAST_TERM_GT_180|Last term ended greater than 180 days of the date available in the data| |MES_WITHDRAWN|Withdrawn from all programs| |MES_VERIFIED_CREDENTIALS|Successfully verified Individual’s login credentials| |MES_INSUFFICIENT_DATA|Insufficient Data| |MES_VF_DAC|Verification method: Direct school account connection| |MES_VF_USD|Verification method: User-submitted transcript| |MES_VF_DAC_USD|Verification method: Direct school account connection and one or more user-submitted transcript| ## Get MeritScore - [POST /v3/services/meritscore](https://docs.measureone.com/api/openapi_3.2/openapi/education/paths/~1v3~1services~1meritscore/post.md): MeasureOne's MeritScore is a proprietary predictive analytic that provides an assessment of an Individual's credit default risk based on an academic transcript. This endpoint calculates and returns the MeritScore based on the Individual's transcript. ## Get GradScore - [POST /v3/services/gradscore](https://docs.measureone.com/api/openapi_3.2/openapi/education/paths/~1v3~1services~1gradscore/post.md): MeasureOne's Gradscore is a proprietary predictive analytic that provides an assessment of an Individual's academic persistence rate (probability of the student to be enrolled or graduated 12 months from measurement). This endpoint calculates and returns the Gradscore based on the Individual's transcript. ## Get M1_DIGEST for Transcript - [POST /v3/services/get_digest_by_id](https://docs.measureone.com/api/openapi_3.2/openapi/education/paths/~1v3~1services~1get_digest_by_id/post.md): This API also has an asynchronous response. It retrieves transcript metadata and Digest fields. The endpoint can be used once a the processing_status for a transcript is COMPLETED. It will return the M1_DIGEST schema.