← Tools Reference

ClassMarker

ClassMarker integration (Productivity, Data). Imported from open-connector.

API key5 toolshttps://api.classmarker.com
GET
classmarker_list_groups_links_and_tests
List the ClassMarker groups, links, and assigned tests that the current API key can access.

/v1.json

GET
classmarker_list_recent_group_results
List recent ClassMarker results across all groups the current API key can access.

/v1/groups/recent_results.json

2 parameters
ParamTypeRequiredDescription
finishedAfterTimestampintegerrequiredThe UNIX timestamp in seconds used to fetch only newer ClassMarker results.
limitintegerrequiredThe maximum number of recent results to request.
GET
classmarker_list_recent_link_results
List recent ClassMarker results across all links the current API key can access.

/v1/links/recent_results.json

2 parameters
ParamTypeRequiredDescription
finishedAfterTimestampintegerrequiredThe UNIX timestamp in seconds used to fetch only newer ClassMarker results.
limitintegerrequiredThe maximum number of recent results to request.
GET
classmarker_list_recent_results_for_group_test
List recent ClassMarker results for one specific group and assigned test pair.

/v1/groups/{groupId}/tests/{testId}/recent_results.json

4 parameters
ParamTypeRequiredDescription
groupIdintegerrequiredThe ClassMarker group identifier.
testIdintegerrequiredThe ClassMarker test identifier.
finishedAfterTimestampintegerrequiredThe UNIX timestamp in seconds used to fetch only newer ClassMarker results.
limitintegerrequiredThe maximum number of recent results to request.
GET
classmarker_list_recent_results_for_link_test
List recent ClassMarker results for one specific link and assigned test pair.

/v1/links/{linkId}/tests/{testId}/recent_results.json

4 parameters
ParamTypeRequiredDescription
linkIdintegerrequiredThe ClassMarker link identifier.
testIdintegerrequiredThe ClassMarker test identifier.
finishedAfterTimestampintegerrequiredThe UNIX timestamp in seconds used to fetch only newer ClassMarker results.
limitintegerrequiredThe maximum number of recent results to request.