Retrieve an existing grading policy

Retrieve an existing grading policy based on its name

Path parameters
name
string required
Responses
  • 200 The grading policy
    _id
    string (Internal ID) required

    Object internal ID

    name
    string required
    rulesets
    array of objects (WeightedGradingRuleset) required
    description
    array of objects | null (LocalizedString)
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error