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

Question Instance

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

{
    "url": "https://numbas.mathcentre.ac.uk/api/questions/51161/?format=api",
    "name": "Math 3 Write expansion as single logarithm Numerical Sum",
    "published": true,
    "project": "https://numbas.mathcentre.ac.uk/api/projects/4951/?format=api",
    "author": {
        "url": "https://numbas.mathcentre.ac.uk/api/users/3130/?format=api",
        "profile": "https://numbas.mathcentre.ac.uk/accounts/profile/3130/?format=api",
        "full_name": "Terry Young",
        "pk": 3130,
        "avatar": {
            "20x20": "https://numbas.mathcentre.ac.uk/media/avatars/TWayneYoung-ProfilePic-F2019.20x20.jpg",
            "40x40": "https://numbas.mathcentre.ac.uk/media/avatars/TWayneYoung-ProfilePic-F2019.40x40.jpg",
            "150x150": "https://numbas.mathcentre.ac.uk/media/avatars/TWayneYoung-ProfilePic-F2019.150x150.jpg"
        }
    },
    "edit": "https://numbas.mathcentre.ac.uk/question/51161/math-3-write-expansion-as-single-logarithm-numeric/?format=api",
    "preview": "https://numbas.mathcentre.ac.uk/question/51161/math-3-write-expansion-as-single-logarithm-numeric/preview/?format=api",
    "download": "https://numbas.mathcentre.ac.uk/question/51161/math-3-write-expansion-as-single-logarithm-numeric.zip?format=api",
    "source": "https://numbas.mathcentre.ac.uk/question/51161/math-3-write-expansion-as-single-logarithm-numeric.exam?format=api",
    "metadata": {
        "licence": "All rights reserved",
        "description": ""
    },
    "status": "ok",
    "resources": []
}