Grades Exchange API
Get a list of Grades Exchanges
LTI JWT Authorization header using the Bearer scheme
Specify the page number (defaults to 0)
Specify the page_size (defaults to the maximum page size)
Exchanges response
Exchanges response
Create a Grades Exchange
LTI JWT Authorization header using the Bearer scheme
Exchanges response
Bad Request
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).
LTI JWT Authorization header using the Bearer scheme
Exchanges' count
Exchanges' count
Get an Exchange
LTI JWT Authorization header using the Bearer scheme
id of the Exchange to find
Exchanges response
Exchange not found
Get a list of Grades Exchange Errors
LTI JWT Authorization header using the Bearer scheme
id of the Exchange to list Errors
Specify the page number (defaults to 0)
Specify the page_size (defaults to the maximum page size)
Exchange Errors response
Exchange not found
Create a list of Grades Exchange Errors
LTI JWT Authorization header using the Bearer scheme
id of the Exchange to create Errors
Exchange Errors response
Bad Request
Exchange not found
Create Grades data for an Exchange
LTI JWT Authorization header using the Bearer scheme
id of the Exchange to create Data
Exchanges response
Bad Request
Exchange not found
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.
LTI JWT Authorization header using the Bearer scheme
id of the Exchange to get details
Exchange Details response
Exchange not found or the artifact is not available for it
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.
LTI JWT Authorization header using the Bearer scheme
id of the Exchange to get details
Exchange Details response
Exchange not found or the artifact is not available for it
Returns details about the entity designated as this Grades Application's consumer.
LTI JWT Authorization header using the Bearer scheme
Consumer Details response
Consumer is not configured
Resolves the provided Data Sync ID to an ID in the consumer's id space.
LTI JWT Authorization header using the Bearer scheme
Data Sync ID to resolve
Resolved ID response
ID not found
Create a Batch Grades Exchange Error
LTI JWT Authorization header using the Bearer scheme
id of the Batch Grades Exchange to create Error
Batch Exchange Error response
Bad Request
Exchange not found
Create context data for a Batch Exchange
LTI JWT Authorization header using the Bearer scheme
id of the Batch Exchange to create Context Data
Batch Exchanges Context Data response
Bad Request
Batch Exchange not found
LTI JWT Authorization header using the Bearer scheme
Specify the page number (defaults to 0)
Specify the page_size (defaults to the maximum page size)
Resolved ID response
ID not found
Update a grades schedule. Only the enabled attribute may be updated.
LTI JWT Authorization header using the Bearer scheme
id of the Schedule to update
No content
No content
No content
Enqueues a grade schedule for execution
LTI JWT Authorization header using the Bearer scheme
id of the schedule to be executed
No content
Conflict, when running the schedule is rejected
When running the schedule is rejected due to rate limiting
No content
Last updated
Was this helpful?