[关闭]
@JackieQu 2018-06-20T18:51:55.000000Z 字数 2324 阅读 227

我的页面

儿童编程


我的课程

Method and Url Structure

Method Resource URL
GET /course/my_unlock_records/

cURL Example

  1. curl -X GET -H 'Authorization: Token 521b92efb730acd59cf80cc3d6001efae366a2e7' -d data{...}
  2. https://app.bcjiaoyu.com/program_face2face/course/my_unlock_records/

JSON Response

  1. {
  2. "count": 4,
  3. "next": null,
  4. "previous": null,
  5. "results": [
  6. {
  7. "pk": 1248,
  8. "owner": "13263699826",
  9. "course": {
  10. "images": "https://static1.bcjiaoyu.com/cxy/cpp.png",
  11. "pk": 46,
  12. "name": "C++基础"
  13. },
  14. "create_time": "2018-06-05T14:54:58.213511",
  15. "study_date": null
  16. },
  17. {
  18. "pk": 1247,
  19. "owner": "13263699826",
  20. "course": {
  21. "images": "https://static1.bcjiaoyu.com/c3.png",
  22. "pk": 37,
  23. "name": "JavaScript 基础"
  24. },
  25. "create_time": "2018-06-05T14:47:59.606375",
  26. "study_date": null
  27. },
  28. {
  29. "pk": 1246,
  30. "owner": "13263699826",
  31. "course": {
  32. "images": "https://static1.bcjiaoyu.com/c3.png",
  33. "pk": 38,
  34. "name": "JS&jQuery基础(新版)"
  35. },
  36. "create_time": "2018-06-05T14:47:59.582949",
  37. "study_date": null
  38. },
  39. {
  40. "pk": 1245,
  41. "owner": "13263699826",
  42. "course": {
  43. "images": "https://static1.bcjiaoyu.com/c6.png",
  44. "pk": 54,
  45. "name": "Django 中级课程"
  46. },
  47. "create_time": "2018-06-05T14:38:50.368596",
  48. "study_date": null
  49. }
  50. ]
  51. }

我的证书

Method and Url Structure

Method Resource URL
GET /userinfo/mycertificates/

cURL Example

  1. curl -X GET -H 'Authorization: Token 521b92efb730acd59cf80cc3d6001efae366a2e7'
  2. https://app.bcjiaoyu.com/program_face2face/userinfo/mycertificates/

JSON Response

  1. {
  2. "count": 4,
  3. "next": null,
  4. "previous": null,
  5. "results": [
  6. {
  7. "pk": 183,
  8. "name": "primary_cpp",
  9. "username": "13263699826",
  10. "student_name": "尼古拉斯",
  11. "images": "/program_face2face/media/certificates/13263699826/primary_cpp.png",
  12. "content": null,
  13. "image_url": "/program_face2face/media/certificates/13263699826/primary_cpp.png"
  14. },
  15. {
  16. "pk": 182,
  17. "name": "other",
  18. "username": "13263699826",
  19. "student_name": "尼古拉斯",
  20. "images": "/program_face2face/media/certificates/13263699826/other.png",
  21. "content": null,
  22. "image_url": "/program_face2face/media/certificates/13263699826/other.png"
  23. },
  24. {
  25. "pk": 180,
  26. "name": "primary_scratch",
  27. "username": "13263699826",
  28. "student_name": "9826",
  29. "images": "/program_face2face/media/certificates/13263699826/primary_scratch.png",
  30. "content": "",
  31. "image_url": "/program_face2face/media/certificates/13263699826/primary_scratch.png"
  32. },
  33. {
  34. "pk": 179,
  35. "name": "primary_scratch",
  36. "username": "13263699826",
  37. "student_name": "9826",
  38. "images": "/program_face2face/media/certificates/13263699826/primary_scratch.png",
  39. "content": "",
  40. "image_url": "/program_face2face/media/certificates/13263699826/primary_scratch.png"
  41. }
  42. ]
  43. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注