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

Question Instance

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

{
    "url": "https://numbas.mathcentre.ac.uk/api/questions/13185/?format=api",
    "name": "Differentiation 5 Mix questions of the basics in differentiation ",
    "published": true,
    "project": "https://numbas.mathcentre.ac.uk/api/projects/499/?format=api",
    "author": {
        "url": "https://numbas.mathcentre.ac.uk/api/users/591/?format=api",
        "profile": "https://numbas.mathcentre.ac.uk/accounts/profile/591/?format=api",
        "full_name": "TEAME CIT",
        "pk": 591,
        "avatar": {
            "20x20": "https://numbas.mathcentre.ac.uk/media/avatars/teamelogo_GZ7GmMZ.20x20.jpg",
            "40x40": "https://numbas.mathcentre.ac.uk/media/avatars/teamelogo_GZ7GmMZ.40x40.jpg",
            "150x150": "https://numbas.mathcentre.ac.uk/media/avatars/teamelogo_GZ7GmMZ.150x150.jpg"
        }
    },
    "edit": "https://numbas.mathcentre.ac.uk/question/13185/differentiation-5-mix-questions-of-the-basics-in-d/?format=api",
    "preview": "https://numbas.mathcentre.ac.uk/question/13185/differentiation-5-mix-questions-of-the-basics-in-d/preview/?format=api",
    "download": "https://numbas.mathcentre.ac.uk/question/13185/differentiation-5-mix-questions-of-the-basics-in-d.zip?format=api",
    "source": "https://numbas.mathcentre.ac.uk/question/13185/differentiation-5-mix-questions-of-the-basics-in-d.exam?format=api",
    "metadata": {
        "description": "",
        "licence": "None specified"
    },
    "status": "ok",
    "resources": []
}