File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed
Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 11---
22title : 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
124full : true
135_openapi :
146 method : GET
@@ -17,17 +9,7 @@ _openapi:
179 structuredData :
1810 headings : []
1911 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
3113---
3214
3315<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