Last updated 10 months ago
Get a list of Grades Exchanges
Exchanges response
const response = await fetch('https://api.us2.kimonocloud.com/v2/grades/exchanges', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": [ { "query": { "type": "assignment_scores", "conditions": [ { "scope": "course", "scope_by": "id", "scope_id": { "$sys": { "id": "123e4567-e89b-12d3-a456-426614174000", "created_at": "2025-01-24T19:15:11.757Z",