Grades Exchange API
Last updated
Was this helpful?
Last updated
Was this helpful?
Get the total count of Grades Exchanges (in scope of the actor credentials and the provided query parameters). Useful for determining the maximum page number of listExchanges (diving the returned number by the desired page size).
Exchanges' count
Get a list of Grades Exchange Errors
id of the Exchange to list Errors
Specify the page number (defaults to 0)
Specify the page_size (defaults to the maximum page size)
Get the details artifact for a completed Exchange. The response is a .json.gz file but it is not decompressed by the client implicitly. If no details were produced (early failure), a 404 response will be returned.
id of the Exchange to get details
Get the consumer logs artifact for a completed Exchange. The response is a .json.gz file but it is not decompressed by the client implicitly. If no logs were produced (nothing was sent to SIS), a 404 response will be returned.
id of the Exchange to get details
Get a list of Grades Exchanges
Specify the page number (defaults to 0)
Specify the page_size (defaults to the maximum page size)
Exchanges response
Create a list of Grades Exchange Errors
id of the Exchange to create Errors
Create Grades data for an Exchange
id of the Exchange to create Data
Create a Batch Grades Exchange Error
id of the Batch Grades Exchange to create Error
Create context data for a Batch Exchange
id of the Batch Exchange to create Context Data
Enqueues a grade schedule for execution
id of the schedule to be executed
No content