List rubrics
List the rubrics created with your API user, newest first, each with all of its criteria and scoring bands.
rubricCriteria array, so a page of rubrics can be a large response.
Paging
Next step
Get a rubric
Authorizations
Access token from Get an access token.
Query Parameters
Page number, starting at 1. A page past the end returns 404.
x >= 1Rubrics per page, up to 1000. The pageSize field in the response always reports 10, even when you change this.
1 <= x <= 1000Response
One page of rubrics.
Total number of rubrics on your API user.
12
Always 10, even when you send a different page_size. Count the items in data for the real page size.
10
Which page you are on.
"Page 1 of 2"
URL of the next page, or null on the last page.
"https://api.crazygoldfish.com/rubrics/v1/rubric/?page=2"
URL of the previous page, or null on the first page.
null
The rubrics on this page, newest first.