Skip to main content
GET
Get Rubric List

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of rubrics retrieved successfully.

count
integer

Total number of assignment available.

Example:

20

pageSize
integer

Number of items displayed per page.

Example:

10

showing
string

Current page display information.

Example:

"Page 1 of 2"

next
string<uri> | null

URL for the next page of results.

Example:

"{{base_url}}/rubrics/v1/rubric/?page=2"

previous
string<uri> | null

URL for the previous page of results.

Example:

null

data
object[]