File tree 1 file changed +2
-20
lines changed
1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : List Activity
3
- description : >
4
- The `from` field does not work as you would expect, since this endpoint is
5
- meant for pagination on the home page, Classcharts only returns a 50 points
6
- from the `to` field.
7
-
8
-
9
- To get more points you will need to make use of the `last_id` field. Our
10
- [JavaScript Library](https://github.com/classchartsapi/classcharts-api-js)
11
- provides a `client.getFullActivity()` helper function to do this for you.
3
+ description : Lists up to 50 activity points
12
4
full : true
13
5
_openapi :
14
6
method : GET
@@ -17,17 +9,7 @@ _openapi:
17
9
structuredData :
18
10
headings : []
19
11
contents :
20
- - content : >
21
- The `from` field does not work as you would expect, since this
22
- endpoint is meant for pagination on the home page, Classcharts only
23
- returns a 50 points from the `to` field.
24
-
25
-
26
- To get more points you will need to make use of the `last_id` field.
27
- Our [JavaScript
28
- Library](https://github.com/classchartsapi/classcharts-api-js)
29
- provides a `client.getFullActivity()` helper function to do this for
30
- you.
12
+ - content : Lists up to 50 activity points
31
13
---
32
14
33
15
<APIPage document = { " ./openapi/clientapi.yaml" } operations = { [{" path" :" /activity/{studentId}" ," method" :" get" }]} hasHead = { false } />
You can’t perform that action at this time.
0 commit comments