Django REST framework
  • Api Root
  • Exam Instance
GET
  • json
  • api

Exam Instance

GET /api/exams/9755/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://numbas.mathcentre.ac.uk/api/exams/9755/?format=api",
    "name": "Selvtest: derivasjonsregler",
    "published": true,
    "project": "https://numbas.mathcentre.ac.uk/api/projects/4257/?format=api",
    "author": {
        "url": "https://numbas.mathcentre.ac.uk/api/users/792/?format=api",
        "profile": "https://numbas.mathcentre.ac.uk/accounts/profile/792/?format=api",
        "full_name": "Ida Friestad Pedersen",
        "pk": 792,
        "avatar": null
    },
    "edit": "https://numbas.mathcentre.ac.uk/exam/9755/selvtest-derivasjonsregler/?format=api",
    "preview": "https://numbas.mathcentre.ac.uk/exam/9755/selvtest-derivasjonsregler/preview/?format=api",
    "download": "https://numbas.mathcentre.ac.uk/exam/9755/selvtest-derivasjonsregler.zip?format=api",
    "source": "https://numbas.mathcentre.ac.uk/exam/9755/selvtest-derivasjonsregler.exam?format=api",
    "metadata": {
        "description": "",
        "licence": "None specified"
    },
    "status": null,
    "resources": [],
    "questions": [
        "https://numbas.mathcentre.ac.uk/api/questions/42115/?format=api",
        "https://numbas.mathcentre.ac.uk/api/questions/42116/?format=api",
        "https://numbas.mathcentre.ac.uk/api/questions/42190/?format=api"
    ]
}