* feat: get suggested courses * style: run black * docs: update suggested courses mock * docs: remove cardID from mock * docs: fix mock course.title to course.courseName * docs: fix mock course.bannerUrl to bannerImgSrc * docs: fix mock provider to courseProvider * docs: remove old mock courseProvider fields * docs: fix mock "grades" to "gradeData" * docs: fix mock remove courseRun.lastEnrolled * docs: fix mock add enrollment.lastEnrolled * docs: mock remove enrollment.isStarted * docs: mock fix bad nesting in courseRun * docs: mock certificates to certificate * docs: mock remove certificate.isAvailable * docs: mock remove entitlement.isEntitlement * docs: mock add entitlement.expirationDate * docs: mock fix some entitlement inconsistencies * docs: mock remove entitlement.canViewCourse * docs: mock nest relatedPrograms under programs * fix: return null for missing resumeUrl * test: return null for missing resumeUrl * refactor: update suggested course fields * refactor: update related programs fields * docs: remove entitlement.expirationDate from mock Co-authored-by: nsprenkle <nsprenkle@2u.com>
2631 lines
113 KiB
JSON
2631 lines
113 KiB
JSON
{
|
|
"courses": [
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": true,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": true,
|
|
"isAuditAccessExpired": false,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"courseRun": {
|
|
"isStarted": false,
|
|
"isArchived": false,
|
|
"startDate": "11/11/3030",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number0-course-id0"
|
|
},
|
|
"courseProvider": {
|
|
"name": "edX Course Provider"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 0",
|
|
"bannerImgSrc": "https://edx-cdn.org/v3/prod/logo.svg",
|
|
"courseNumber": "course-number0"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
},
|
|
{
|
|
"provider": "University of Maryland",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/programs/banner_images/9a310b98-8f27-439e-be85-12d6460245c9-f2efca129273.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"title": "Pandering for Modern Professionals",
|
|
"programUrl": "www.edx/my-program-2",
|
|
"programType": "MicroBachelors Program",
|
|
"programTypeUrl": "www.edx/my-program-type",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number1-course-id1"
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": true,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": true,
|
|
"isAuditAccessExpired": false,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"courseProvider": {
|
|
"name": "MIT"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 1",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:HarvardX+PH525.5x+3T2020+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number1"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number2-course-id2"
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/2000",
|
|
"canUpgrade": true,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": true,
|
|
"isAuditAccessExpired": true,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": null,
|
|
"course": {
|
|
"courseName": "Course Name 2",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:USMx+LDT200x+2T2021+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number2"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": []
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number3-course-id3"
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/2000",
|
|
"canUpgrade": false,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": true,
|
|
"isAuditAccessExpired": true,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": {
|
|
"name": "edX Course Provider"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 3",
|
|
"bannerImgSrc": "https://edx-cdn.org/v3/prod/logo.svg",
|
|
"courseNumber": "course-number3"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
},
|
|
{
|
|
"provider": "University of Maryland",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/programs/banner_images/9a310b98-8f27-439e-be85-12d6460245c9-f2efca129273.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"title": "Pandering for Modern Professionals",
|
|
"programUrl": "www.edx/my-program-2",
|
|
"programType": "MicroBachelors Program",
|
|
"programTypeUrl": "www.edx/my-program-type",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/2000",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number4-course-id4"
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/2000",
|
|
"canUpgrade": true,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": true,
|
|
"isAuditAccessExpired": true,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": {
|
|
"name": "MIT"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 4",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:HarvardX+PH525.5x+3T2020+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number4"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": true,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/2000",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number5-course-id5"
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/2000",
|
|
"canUpgrade": true,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": true,
|
|
"isAuditAccessExpired": true,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": null,
|
|
"course": {
|
|
"courseName": "Course Name 5",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:USMx+LDT200x+2T2021+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number5"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": []
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number6-course-id6"
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": true,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": true,
|
|
"isAuditAccessExpired": false,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": {
|
|
"name": "edX Course Provider"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 6",
|
|
"bannerImgSrc": "https://edx-cdn.org/v3/prod/logo.svg",
|
|
"courseNumber": "course-number6"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
},
|
|
{
|
|
"provider": "University of Maryland",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/programs/banner_images/9a310b98-8f27-439e-be85-12d6460245c9-f2efca129273.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"title": "Pandering for Modern Professionals",
|
|
"programUrl": "www.edx/my-program-2",
|
|
"programType": "MicroBachelors Program",
|
|
"programTypeUrl": "www.edx/my-program-type",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/3030",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number7-course-id7"
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/2000",
|
|
"canUpgrade": true,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": true,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": true,
|
|
"isAuditAccessExpired": true,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": {
|
|
"name": "MIT"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 7",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:HarvardX+PH525.5x+3T2020+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number7"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/3030",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number8-course-id8"
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/2000",
|
|
"canUpgrade": false,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": true,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": true,
|
|
"isAuditAccessExpired": true,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": null,
|
|
"course": {
|
|
"courseName": "Course Name 8",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:USMx+LDT200x+2T2021+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number8"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": []
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/3030",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number9-course-id9"
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/2000",
|
|
"canUpgrade": false,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": true,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": true,
|
|
"isAuditAccessExpired": true,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"grade": {
|
|
"isPassing": false
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": {
|
|
"name": "edX Course Provider"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 9",
|
|
"bannerImgSrc": "https://edx-cdn.org/v3/prod/logo.svg",
|
|
"courseNumber": "course-number9"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
},
|
|
{
|
|
"provider": "University of Maryland",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/programs/banner_images/9a310b98-8f27-439e-be85-12d6460245c9-f2efca129273.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"title": "Pandering for Modern Professionals",
|
|
"programUrl": "www.edx/my-program-2",
|
|
"programType": "MicroBachelors Program",
|
|
"programTypeUrl": "www.edx/my-program-type",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": true,
|
|
"startDate": "11/11/3030",
|
|
"endDate": "11/11/2000",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number10-course-id10"
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/2000",
|
|
"canUpgrade": false,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": true,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": true,
|
|
"isAuditAccessExpired": true,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"grade": {
|
|
"isPassing": false
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": {
|
|
"name": "MIT"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 10",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:HarvardX+PH525.5x+3T2020+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number10"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": null,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": true,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": null,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": true,
|
|
"lastEnrolled": null
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseRun": {
|
|
"isStarted": false,
|
|
"isArchived": false,
|
|
"startDate": "11/11/3030",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number11-course-id11"
|
|
},
|
|
"courseProvider": null,
|
|
"course": {
|
|
"courseName": "Course Name 11",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:USMx+LDT200x+2T2021+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number11"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": []
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number12-course-id12"
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": null,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": null,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": true,
|
|
"lastEnrolled": null
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": {
|
|
"name": "edX Course Provider"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 12",
|
|
"bannerImgSrc": "https://edx-cdn.org/v3/prod/logo.svg",
|
|
"courseNumber": "course-number12"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
},
|
|
{
|
|
"provider": "University of Maryland",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/programs/banner_images/9a310b98-8f27-439e-be85-12d6460245c9-f2efca129273.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"title": "Pandering for Modern Professionals",
|
|
"programUrl": "www.edx/my-program-2",
|
|
"programType": "MicroBachelors Program",
|
|
"programTypeUrl": "www.edx/my-program-type",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number13-course-id13"
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": null,
|
|
"hasStarted": true,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": null,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": true,
|
|
"lastEnrolled": null
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": {
|
|
"name": "MIT"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 13",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:HarvardX+PH525.5x+3T2020+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number13"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": false
|
|
},
|
|
"entitlement": null,
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number14-course-id14"
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": null,
|
|
"hasStarted": true,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": null,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": true,
|
|
"lastEnrolled": null
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": null,
|
|
"course": {
|
|
"courseName": "Course Name 14",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:USMx+LDT200x+2T2021+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number14"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": []
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": false
|
|
},
|
|
"entitlement": null,
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": null,
|
|
"hasStarted": true,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": null,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": true,
|
|
"lastEnrolled": null
|
|
},
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number15-course-id15"
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": {
|
|
"name": "edX Course Provider"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 15",
|
|
"bannerImgSrc": "https://edx-cdn.org/v3/prod/logo.svg",
|
|
"courseNumber": "course-number15"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
},
|
|
{
|
|
"provider": "University of Maryland",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/programs/banner_images/9a310b98-8f27-439e-be85-12d6460245c9-f2efca129273.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"title": "Pandering for Modern Professionals",
|
|
"programUrl": "www.edx/my-program-2",
|
|
"programType": "MicroBachelors Program",
|
|
"programTypeUrl": "www.edx/my-program-type",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": null,
|
|
"hasStarted": true,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": null,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": true,
|
|
"lastEnrolled": null
|
|
},
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number16-course-id16"
|
|
},
|
|
"certificate": {
|
|
"availableDate": "11/11/3030",
|
|
"isRestricted": false,
|
|
"isEarned": true,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": {
|
|
"name": "MIT"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 16",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:HarvardX+PH525.5x+3T2020+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number16"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": null,
|
|
"hasStarted": true,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": null,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": true,
|
|
"lastEnrolled": null
|
|
},
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number17-course-id17"
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": true,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": null,
|
|
"course": {
|
|
"courseName": "Course Name 17",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:USMx+LDT200x+2T2021+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number17"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": []
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": null,
|
|
"hasStarted": true,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": null,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": true,
|
|
"lastEnrolled": null
|
|
},
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number18-course-id18"
|
|
},
|
|
"certificate": {
|
|
"availableDate": "11/11/2000",
|
|
"isRestricted": false,
|
|
"isEarned": true,
|
|
"isDownloadable": true,
|
|
"certPreviewUrl": "https://edx-cdn.org/v3/prod/logo.svg"
|
|
},
|
|
"courseProvider": {
|
|
"name": "edX Course Provider"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 18",
|
|
"bannerImgSrc": "https://edx-cdn.org/v3/prod/logo.svg",
|
|
"courseNumber": "course-number18"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
},
|
|
{
|
|
"provider": "University of Maryland",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/programs/banner_images/9a310b98-8f27-439e-be85-12d6460245c9-f2efca129273.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"title": "Pandering for Modern Professionals",
|
|
"programUrl": "www.edx/my-program-2",
|
|
"programType": "MicroBachelors Program",
|
|
"programTypeUrl": "www.edx/my-program-type",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": null,
|
|
"hasStarted": true,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": null,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": true,
|
|
"lastEnrolled": null
|
|
},
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/2000",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number19-course-id19"
|
|
},
|
|
"certificate": {
|
|
"availableDate": "11/11/2000",
|
|
"isRestricted": false,
|
|
"isEarned": true,
|
|
"isDownloadable": true,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": {
|
|
"name": "MIT"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 19",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:HarvardX+PH525.5x+3T2020+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number19"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": null,
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": null,
|
|
"hasStarted": true,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": null,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": true,
|
|
"lastEnrolled": null
|
|
},
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": true,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/2000",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number20-course-id20"
|
|
},
|
|
"certificate": {
|
|
"availableDate": "11/11/2000",
|
|
"isRestricted": false,
|
|
"isEarned": true,
|
|
"isDownloadable": true,
|
|
"certPreviewUrl": "https://edx-cdn.org/v3/prod/logo.svg"
|
|
},
|
|
"courseProvider": null,
|
|
"course": {
|
|
"courseName": "Course Name 20",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:USMx+LDT200x+2T2021+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number20"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": []
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": {
|
|
"uuid": "entitlement-course-uuid-0",
|
|
"availableSessions": [
|
|
{
|
|
"startDate": "1/2/2000",
|
|
"endDate": "1/2/2020",
|
|
"courseId": "course-number1000-course-id1000"
|
|
},
|
|
{
|
|
"startDate": "2/3/2000",
|
|
"endDate": "2/3/2020",
|
|
"courseId": "course-number1001-course-id1001"
|
|
},
|
|
{
|
|
"startDate": "3/4/2000",
|
|
"endDate": "3/4/2020",
|
|
"courseId": "course-number1002-course-id1002"
|
|
},
|
|
{
|
|
"startDate": "4/5/2000",
|
|
"endDate": "4/6/2020",
|
|
"courseId": "course-number1003-course-id1003"
|
|
},
|
|
{
|
|
"startDate": "5/6/2000",
|
|
"endDate": "5/7/2020",
|
|
"courseId": "course-number1004-course-id1004"
|
|
}
|
|
],
|
|
"changeDeadline": "11/11/3030",
|
|
"enrollmentUrl": "/entitlement-enrollment",
|
|
"isExpired": false,
|
|
"isFulfilled": true,
|
|
"isRefundable": true
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": null,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": null,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": true,
|
|
"lastEnrolled": null
|
|
},
|
|
"courseRun": {
|
|
"isStarted": false,
|
|
"isArchived": false,
|
|
"startDate": "11/11/3030",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number21-course-id21"
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": {
|
|
"name": "edX Course Provider"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 21",
|
|
"bannerImgSrc": "https://edx-cdn.org/v3/prod/logo.svg",
|
|
"courseNumber": "course-number21"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
},
|
|
{
|
|
"provider": "University of Maryland",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/programs/banner_images/9a310b98-8f27-439e-be85-12d6460245c9-f2efca129273.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"title": "Pandering for Modern Professionals",
|
|
"programUrl": "www.edx/my-program-2",
|
|
"programType": "MicroBachelors Program",
|
|
"programTypeUrl": "www.edx/my-program-type",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": {
|
|
"uuid": "entitlement-course-uuid-1",
|
|
"availableSessions": [
|
|
{
|
|
"startDate": "1/2/2000",
|
|
"endDate": "1/2/2020",
|
|
"courseId": "course-number1000-course-id1000"
|
|
},
|
|
{
|
|
"startDate": "2/3/2000",
|
|
"endDate": "2/3/2020",
|
|
"courseId": "course-number1001-course-id1001"
|
|
},
|
|
{
|
|
"startDate": "3/4/2000",
|
|
"endDate": "3/4/2020",
|
|
"courseId": "course-number1002-course-id1002"
|
|
},
|
|
{
|
|
"startDate": "4/5/2000",
|
|
"endDate": "4/6/2020",
|
|
"courseId": "course-number1003-course-id1003"
|
|
},
|
|
{
|
|
"startDate": "5/6/2000",
|
|
"endDate": "5/7/2020",
|
|
"courseId": "course-number1004-course-id1004"
|
|
}
|
|
],
|
|
"changeDeadline": "11/11/3030",
|
|
"enrollmentUrl": "/entitlement-enrollment",
|
|
"isExpired": false,
|
|
"isFulfilled": true,
|
|
"isRefundable": true
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": null,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": null,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": true,
|
|
"lastEnrolled": null
|
|
},
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number22-course-id22"
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": {
|
|
"name": "MIT"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 22",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:HarvardX+PH525.5x+3T2020+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number22"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": false
|
|
},
|
|
"entitlement": {
|
|
"uuid": "entitlement-course-uuid-2",
|
|
"availableSessions": [
|
|
{
|
|
"startDate": "1/2/2000",
|
|
"endDate": "1/2/2020",
|
|
"courseId": "course-number1000-course-id1000"
|
|
},
|
|
{
|
|
"startDate": "2/3/2000",
|
|
"endDate": "2/3/2020",
|
|
"courseId": "course-number1001-course-id1001"
|
|
},
|
|
{
|
|
"startDate": "3/4/2000",
|
|
"endDate": "3/4/2020",
|
|
"courseId": "course-number1002-course-id1002"
|
|
},
|
|
{
|
|
"startDate": "4/5/2000",
|
|
"endDate": "4/6/2020",
|
|
"courseId": "course-number1003-course-id1003"
|
|
},
|
|
{
|
|
"startDate": "5/6/2000",
|
|
"endDate": "5/7/2020",
|
|
"courseId": "course-number1004-course-id1004"
|
|
}
|
|
],
|
|
"changeDeadline": "11/11/3030",
|
|
"enrollmentUrl": "/entitlement-enrollment",
|
|
"isExpired": false,
|
|
"isFulfilled": true,
|
|
"isRefundable": true
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": null,
|
|
"hasStarted": true,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": null,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": true,
|
|
"lastEnrolled": null
|
|
},
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number23-course-id23"
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": null,
|
|
"course": {
|
|
"courseName": "Course Name 23",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:USMx+LDT200x+2T2021+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number23"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": []
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": {
|
|
"uuid": "entitlement-course-uuid-3",
|
|
"availableSessions": [
|
|
{
|
|
"startDate": "1/2/2000",
|
|
"endDate": "1/2/2020",
|
|
"courseId": "course-number1000-course-id1000"
|
|
},
|
|
{
|
|
"startDate": "2/3/2000",
|
|
"endDate": "2/3/2020",
|
|
"courseId": "course-number1001-course-id1001"
|
|
},
|
|
{
|
|
"startDate": "3/4/2000",
|
|
"endDate": "3/4/2020",
|
|
"courseId": "course-number1002-course-id1002"
|
|
},
|
|
{
|
|
"startDate": "4/5/2000",
|
|
"endDate": "4/6/2020",
|
|
"courseId": "course-number1003-course-id1003"
|
|
},
|
|
{
|
|
"startDate": "5/6/2000",
|
|
"endDate": "5/7/2020",
|
|
"courseId": "course-number1004-course-id1004"
|
|
}
|
|
],
|
|
"changeDeadline": "11/11/2000",
|
|
"enrollmentUrl": "/entitlement-enrollment",
|
|
"isExpired": false,
|
|
"isFulfilled": true,
|
|
"isRefundable": true
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": null,
|
|
"hasStarted": true,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": null,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": true,
|
|
"lastEnrolled": null
|
|
},
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number24-course-id24"
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": {
|
|
"name": "edX Course Provider"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 24",
|
|
"bannerImgSrc": "https://edx-cdn.org/v3/prod/logo.svg",
|
|
"courseNumber": "course-number24"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
},
|
|
{
|
|
"provider": "University of Maryland",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/programs/banner_images/9a310b98-8f27-439e-be85-12d6460245c9-f2efca129273.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"title": "Pandering for Modern Professionals",
|
|
"programUrl": "www.edx/my-program-2",
|
|
"programType": "MicroBachelors Program",
|
|
"programTypeUrl": "www.edx/my-program-type",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": false
|
|
},
|
|
"entitlement": {
|
|
"uuid": "entitlement-course-uuid-4",
|
|
"availableSessions": null,
|
|
"changeDeadline": "11/11/2000",
|
|
"enrollmentUrl": "/entitlement-enrollment",
|
|
"isExpired": false,
|
|
"isFulfilled": true,
|
|
"isRefundable": false
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": null,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": null,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": true,
|
|
"lastEnrolled": null
|
|
},
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number25-course-id25"
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": {
|
|
"name": "MIT"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 25",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:HarvardX+PH525.5x+3T2020+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number25"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": {
|
|
"uuid": "entitlement-course-uuid-5",
|
|
"availableSessions": null,
|
|
"changeDeadline": "11/11/2000",
|
|
"enrollmentUrl": "/entitlement-enrollment",
|
|
"isExpired": false,
|
|
"isFulfilled": true,
|
|
"isRefundable": false
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": null,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": null,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": true,
|
|
"lastEnrolled": null
|
|
},
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number26-course-id26"
|
|
},
|
|
"certificate": {
|
|
"availableDate": "11/11/2000",
|
|
"isRestricted": false,
|
|
"isEarned": true,
|
|
"isDownloadable": true,
|
|
"certPreviewUrl": "https://edx-cdn.org/v3/prod/logo.svg"
|
|
},
|
|
"courseProvider": null,
|
|
"course": {
|
|
"courseName": "Course Name 26",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:USMx+LDT200x+2T2021+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number26"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": []
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": false
|
|
},
|
|
"entitlement": {
|
|
"uuid": "entitlement-course-uuid-6",
|
|
"availableSessions": null,
|
|
"changeDeadline": "11/11/2000",
|
|
"enrollmentUrl": "/entitlement-enrollment",
|
|
"isExpired": false,
|
|
"isFulfilled": true,
|
|
"isRefundable": false
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": null,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": null,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": true,
|
|
"lastEnrolled": null
|
|
},
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": false,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/2000",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number27-course-id27"
|
|
},
|
|
"certificate": {
|
|
"availableDate": null,
|
|
"isRestricted": false,
|
|
"isEarned": false,
|
|
"isDownloadable": false,
|
|
"certPreviewUrl": "edx.com/courses/my-course-url/cert-preview"
|
|
},
|
|
"courseProvider": {
|
|
"name": "edX Course Provider"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 27",
|
|
"bannerImgSrc": "https://edx-cdn.org/v3/prod/logo.svg",
|
|
"courseNumber": "course-number27"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
},
|
|
{
|
|
"provider": "University of Maryland",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/programs/banner_images/9a310b98-8f27-439e-be85-12d6460245c9-f2efca129273.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"title": "Pandering for Modern Professionals",
|
|
"programUrl": "www.edx/my-program-2",
|
|
"programType": "MicroBachelors Program",
|
|
"programTypeUrl": "www.edx/my-program-type",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"gradeData": {
|
|
"isPassing": true
|
|
},
|
|
"entitlement": {
|
|
"uuid": "entitlement-course-uuid-7",
|
|
"availableSessions": null,
|
|
"changeDeadline": "11/11/2000",
|
|
"enrollmentUrl": "/entitlement-enrollment",
|
|
"isExpired": false,
|
|
"isFulfilled": true,
|
|
"isRefundable": false
|
|
},
|
|
"enrollment": {
|
|
"accessExpirationDate": "11/11/3030",
|
|
"canUpgrade": null,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": null,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": true,
|
|
"isVerified": true,
|
|
"lastEnrolled": null
|
|
},
|
|
"courseRun": {
|
|
"isStarted": true,
|
|
"isArchived": true,
|
|
"startDate": "11/11/1900",
|
|
"endDate": "11/11/2000",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number28-course-id28"
|
|
},
|
|
"certificate": {
|
|
"availableDate": "11/11/2000",
|
|
"isRestricted": false,
|
|
"isEarned": true,
|
|
"isDownloadable": true,
|
|
"certPreviewUrl": "https://edx-cdn.org/v3/prod/logo.svg"
|
|
},
|
|
"courseProvider": {
|
|
"name": "MIT"
|
|
},
|
|
"course": {
|
|
"courseName": "Course Name 28",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:HarvardX+PH525.5x+3T2020+type@thumbnail+block@course_image-375x200.jpg",
|
|
"courseNumber": "course-number28"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"enrollment": {
|
|
"accessExpirationDate": null,
|
|
"canUpgrade": false,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": false,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": false,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"gradeData": null,
|
|
"certificate": null,
|
|
"courseRun": null,
|
|
"entitlement": {
|
|
"uuid": "entitlement-course-uuid-10",
|
|
"availableSessions": [
|
|
{
|
|
"startDate": "1/2/2000",
|
|
"endDate": "1/2/2020",
|
|
"courseId": "course-number1000-course-id1000"
|
|
},
|
|
{
|
|
"startDate": "2/3/2000",
|
|
"endDate": "2/3/2020",
|
|
"courseId": "course-number1001-course-id1001"
|
|
},
|
|
{
|
|
"startDate": "3/4/2000",
|
|
"endDate": "3/4/2020",
|
|
"courseId": "course-number1002-course-id1002"
|
|
},
|
|
{
|
|
"startDate": "4/5/2000",
|
|
"endDate": "4/6/2020",
|
|
"courseId": "course-number1003-course-id1003"
|
|
},
|
|
{
|
|
"startDate": "5/6/2000",
|
|
"endDate": "5/7/2020",
|
|
"courseId": "course-number1004-course-id1004"
|
|
}
|
|
],
|
|
"changeDeadline": "11/11/3030",
|
|
"enrollmentUrl": "/entitlement-enrollment",
|
|
"isExpired": false,
|
|
"isFulfilled": false,
|
|
"isRefundable": true
|
|
},
|
|
"courseProvider": {
|
|
"name": "edX Course Provider"
|
|
},
|
|
"course": {
|
|
"courseNumber": "course-number100",
|
|
"courseName": "Course Name 100",
|
|
"bannerImgSrc": "https://edx-cdn.org/v3/prod/logo.svg"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
},
|
|
{
|
|
"provider": "University of Maryland",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/programs/banner_images/9a310b98-8f27-439e-be85-12d6460245c9-f2efca129273.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"title": "Pandering for Modern Professionals",
|
|
"programUrl": "www.edx/my-program-2",
|
|
"programType": "MicroBachelors Program",
|
|
"programTypeUrl": "www.edx/my-program-type",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"enrollment": {
|
|
"accessExpirationDate": null,
|
|
"canUpgrade": false,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": false,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": false,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"gradeData": null,
|
|
"certificate": null,
|
|
"courseRun": null,
|
|
"entitlement": {
|
|
"uuid": "entitlement-course-uuid-11",
|
|
"availableSessions": [
|
|
{
|
|
"startDate": "1/2/2000",
|
|
"endDate": "1/2/2020",
|
|
"courseId": "course-number1000-course-id1000"
|
|
},
|
|
{
|
|
"startDate": "2/3/2000",
|
|
"endDate": "2/3/2020",
|
|
"courseId": "course-number1001-course-id1001"
|
|
},
|
|
{
|
|
"startDate": "3/4/2000",
|
|
"endDate": "3/4/2020",
|
|
"courseId": "course-number1002-course-id1002"
|
|
},
|
|
{
|
|
"startDate": "4/5/2000",
|
|
"endDate": "4/6/2020",
|
|
"courseId": "course-number1003-course-id1003"
|
|
},
|
|
{
|
|
"startDate": "5/6/2000",
|
|
"endDate": "5/7/2020",
|
|
"courseId": "course-number1004-course-id1004"
|
|
}
|
|
],
|
|
"changeDeadline": "11/05/2022",
|
|
"enrollmentUrl": "/entitlement-enrollment",
|
|
"isExpired": false,
|
|
"isFulfilled": false,
|
|
"isRefundable": true
|
|
},
|
|
"courseProvider": {
|
|
"name": "MIT"
|
|
},
|
|
"course": {
|
|
"courseNumber": "course-number101",
|
|
"courseName": "Course Name 101",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:HarvardX+PH525.5x+3T2020+type@thumbnail+block@course_image-375x200.jpg"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"enrollment": {
|
|
"accessExpirationDate": null,
|
|
"canUpgrade": false,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": false,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": false,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"gradeData": null,
|
|
"certificate": null,
|
|
"courseRun": null,
|
|
"entitlement": {
|
|
"uuid": "entitlement-course-uuid-12",
|
|
"availableSessions": [
|
|
{
|
|
"startDate": "1/2/2000",
|
|
"endDate": "1/2/2020",
|
|
"courseId": "course-number1000-course-id1000"
|
|
},
|
|
{
|
|
"startDate": "2/3/2000",
|
|
"endDate": "2/3/2020",
|
|
"courseId": "course-number1001-course-id1001"
|
|
},
|
|
{
|
|
"startDate": "3/4/2000",
|
|
"endDate": "3/4/2020",
|
|
"courseId": "course-number1002-course-id1002"
|
|
},
|
|
{
|
|
"startDate": "4/5/2000",
|
|
"endDate": "4/6/2020",
|
|
"courseId": "course-number1003-course-id1003"
|
|
},
|
|
{
|
|
"startDate": "5/6/2000",
|
|
"endDate": "5/7/2020",
|
|
"courseId": "course-number1004-course-id1004"
|
|
}
|
|
],
|
|
"changeDeadline": "11/11/2000",
|
|
"enrollmentUrl": "/entitlement-enrollment",
|
|
"isExpired": false,
|
|
"isFulfilled": false,
|
|
"isRefundable": true
|
|
},
|
|
"courseProvider": null,
|
|
"course": {
|
|
"courseNumber": "course-number102",
|
|
"courseName": "Course Name 102",
|
|
"bannerImgSrc": "https://courses.edx.org/asset-v1:USMx+LDT200x+2T2021+type@thumbnail+block@course_image-375x200.jpg"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": []
|
|
}
|
|
},
|
|
{
|
|
"enrollment": {
|
|
"accessExpirationDate": null,
|
|
"canUpgrade": false,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": false,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": false,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"gradeData": null,
|
|
"certificate": null,
|
|
"courseRun": null,
|
|
"entitlement": {
|
|
"uuid": "entitlement-course-uuid-13",
|
|
"availableSessions": [],
|
|
"changeDeadline": "11/11/2000",
|
|
"enrollmentUrl": "/entitlement-enrollment",
|
|
"isExpired": true,
|
|
"isFulfilled": false,
|
|
"isRefundable": true
|
|
},
|
|
"courseProvider": {
|
|
"name": "edX Course Provider"
|
|
},
|
|
"course": {
|
|
"courseNumber": "course-number103",
|
|
"courseName": "Course Name 103",
|
|
"bannerImgSrc": "https://edx-cdn.org/v3/prod/logo.svg"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
},
|
|
{
|
|
"provider": "University of Maryland",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/programs/banner_images/9a310b98-8f27-439e-be85-12d6460245c9-f2efca129273.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"title": "Pandering for Modern Professionals",
|
|
"programUrl": "www.edx/my-program-2",
|
|
"programType": "MicroBachelors Program",
|
|
"programTypeUrl": "www.edx/my-program-type",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"enrollment": {
|
|
"accessExpirationDate": null,
|
|
"canUpgrade": false,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": true,
|
|
"isTooEarly": false,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": false,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": false,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"gradeData": null,
|
|
"certificate": null,
|
|
"courseRun": null,
|
|
"entitlement": {
|
|
"uuid": "entitlement-course-uuid-14",
|
|
"availableSessions": [],
|
|
"changeDeadline": "11/11/2000",
|
|
"enrollmentUrl": "/entitlement-enrollment",
|
|
"isExpired": true,
|
|
"isFulfilled": false,
|
|
"isRefundable": true
|
|
},
|
|
"courseProvider": {
|
|
"name": "edX Course Provider"
|
|
},
|
|
"course": {
|
|
"courseNumber": "course-number104",
|
|
"courseName": "Course Name 104",
|
|
"bannerImgSrc": "https://edx-cdn.org/v3/prod/logo.svg"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
},
|
|
{
|
|
"provider": "University of Maryland",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/programs/banner_images/9a310b98-8f27-439e-be85-12d6460245c9-f2efca129273.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"title": "Pandering for Modern Professionals",
|
|
"programUrl": "www.edx/my-program-2",
|
|
"programType": "MicroBachelors Program",
|
|
"programTypeUrl": "www.edx/my-program-type",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"enrollment": {
|
|
"accessExpirationDate": null,
|
|
"canUpgrade": false,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": true,
|
|
"isStaff": false
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": false,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": false,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"gradeData": null,
|
|
"certificate": null,
|
|
"courseRun": {
|
|
"isStarted": false,
|
|
"isArchived": false,
|
|
"startDate": "11/11/3030",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number15-course-id15"
|
|
},
|
|
"entitlement": {
|
|
"uuid": "entitlement-course-uuid-15",
|
|
"availableSessions": [],
|
|
"changeDeadline": "11/11/2000",
|
|
"enrollmentUrl": "/entitlement-enrollment",
|
|
"isExpired": true,
|
|
"isFulfilled": false,
|
|
"isRefundable": true
|
|
},
|
|
"courseProvider": {
|
|
"name": "edX Course Provider"
|
|
},
|
|
"course": {
|
|
"courseNumber": "course-number105",
|
|
"courseName": "Course Name 105",
|
|
"bannerImgSrc": "https://edx-cdn.org/v3/prod/logo.svg"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
},
|
|
{
|
|
"provider": "University of Maryland",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/programs/banner_images/9a310b98-8f27-439e-be85-12d6460245c9-f2efca129273.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"title": "Pandering for Modern Professionals",
|
|
"programUrl": "www.edx/my-program-2",
|
|
"programType": "MicroBachelors Program",
|
|
"programTypeUrl": "www.edx/my-program-type",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"enrollment": {
|
|
"accessExpirationDate": null,
|
|
"canUpgrade": false,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": false,
|
|
"isTooEarly": false,
|
|
"isStaff": true
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": false,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": false,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"gradeData": null,
|
|
"certificate": null,
|
|
"courseRun": null,
|
|
"entitlement": {
|
|
"uuid": "entitlement-course-uuid-16",
|
|
"availableSessions": [],
|
|
"changeDeadline": "11/11/2000",
|
|
"enrollmentUrl": "/entitlement-enrollment",
|
|
"isExpired": true,
|
|
"isFulfilled": false,
|
|
"isRefundable": true
|
|
},
|
|
"courseProvider": {
|
|
"name": "edX Course Provider"
|
|
},
|
|
"course": {
|
|
"courseNumber": "course-number106",
|
|
"courseName": "Course Name 106",
|
|
"bannerImgSrc": "https://edx-cdn.org/v3/prod/logo.svg"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
},
|
|
{
|
|
"provider": "University of Maryland",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/programs/banner_images/9a310b98-8f27-439e-be85-12d6460245c9-f2efca129273.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"title": "Pandering for Modern Professionals",
|
|
"programUrl": "www.edx/my-program-2",
|
|
"programType": "MicroBachelors Program",
|
|
"programTypeUrl": "www.edx/my-program-type",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"enrollment": {
|
|
"accessExpirationDate": null,
|
|
"canUpgrade": false,
|
|
"hasStarted": false,
|
|
"coursewareAccess": {
|
|
"hasUnmetPrerequisites": true,
|
|
"isTooEarly": true,
|
|
"isStaff": true
|
|
},
|
|
"isAudit": false,
|
|
"isAuditAccessExpired": false,
|
|
"isEmailEnabled": false,
|
|
"hasOptedOutOfEmail": false,
|
|
"isEnrolled": false,
|
|
"isVerified": false,
|
|
"lastEnrolled": null
|
|
},
|
|
"gradeData": null,
|
|
"certificate": null,
|
|
"courseRun": {
|
|
"isStarted": false,
|
|
"isArchived": false,
|
|
"startDate": "11/11/3030",
|
|
"endDate": "11/11/4040",
|
|
"minPassingGrade": 70,
|
|
"homeUrl": "edx.com/courses/my-course-url/home",
|
|
"marketingUrl": "edx.com/courses/my-course-url/marketing",
|
|
"progressUrl": "edx.com/courses/my-course-url/progress",
|
|
"unenrollUrl": "edx.com/courses/my-course-url/unenroll",
|
|
"resumeUrl": "edx.com/courses/my-course-url/resume",
|
|
"courseId": "course-number15-course-id15"
|
|
},
|
|
"entitlement": {
|
|
"uuid": "entitlement-course-uuid-17",
|
|
"availableSessions": [],
|
|
"changeDeadline": "11/11/2000",
|
|
"enrollmentUrl": "/entitlement-enrollment",
|
|
"isExpired": true,
|
|
"isFulfilled": false,
|
|
"isRefundable": true
|
|
},
|
|
"courseProvider": {
|
|
"name": "edX Course Provider"
|
|
},
|
|
"course": {
|
|
"courseNumber": "course-number107",
|
|
"courseName": "Course Name 107",
|
|
"bannerImgSrc": "https://edx-cdn.org/v3/prod/logo.svg"
|
|
},
|
|
"programs": {
|
|
"relatedPrograms": [
|
|
{
|
|
"provider": "HarvardX",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/course/image/327c8e4f-315a-417b-9857-046dfc90c243-677b97464958.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/44022f13-20df-4666-9111-cede3e5dc5b6-770e00385e7e.png",
|
|
"title": "Relativity in Modern Mechanics",
|
|
"programUrl": "www.edx/my-program",
|
|
"programType": "MicroBachelors Program",
|
|
"numberOfCourses": 3
|
|
},
|
|
{
|
|
"provider": "University of Maryland",
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/media/programs/banner_images/9a310b98-8f27-439e-be85-12d6460245c9-f2efca129273.small.jpg",
|
|
"logoImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"title": "Pandering for Modern Professionals",
|
|
"programUrl": "www.edx/my-program-2",
|
|
"programType": "MicroBachelors Program",
|
|
"programTypeUrl": "www.edx/my-program-type",
|
|
"numberOfCourses": 3
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"emailConfirmation": {
|
|
"isNeeded": true,
|
|
"sendEmailUrl": "sendConfirmation@edx.org"
|
|
},
|
|
"enterpriseDashboard": {
|
|
"label": "edX, Inc.",
|
|
"url": "/edx-dashboard"
|
|
},
|
|
"platformSettings": {
|
|
"supportEmail": "support@example.com",
|
|
"billingEmail": "billing@email.com",
|
|
"courseSearchUrl": "edx.com/course-search"
|
|
},
|
|
"suggestedCourses": [
|
|
{
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"logoImgSrc": null,
|
|
"courseName": "Suggested course 1",
|
|
"courseUrl": "www.edx/suggested-course"
|
|
},
|
|
{
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"logoImgSrc": null,
|
|
"courseName": "Suggested course 2",
|
|
"courseUrl": "www.edx/suggested-course"
|
|
},
|
|
{
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"logoImgSrc": null,
|
|
"courseName": "Suggested course 3",
|
|
"courseUrl": "www.edx/suggested-course"
|
|
},
|
|
{
|
|
"bannerImgSrc": "https://prod-discovery.edx-cdn.org/organization/certificate_logos/b9dc96da-b3fc-45a6-b6b7-b8e12eb79335-ac60112330e3.png",
|
|
"logoImgSrc": null,
|
|
"courseName": "Suggested course 4",
|
|
"courseUrl": "www.edx/suggested-course"
|
|
}
|
|
]
|
|
} |