A simple ViewSet for viewing Content. (api.v1.views.ContentViewSet)

Filter for Content Type with text, photo, question, link, video, quote, document, comment

`/?content_type=text`

To Sort (ordering fields: 'created', 'title', 'karma', 'rating_sum', 'id', 'contributor__last_name'):

/?ordering=created or /?ordering=-created
GET /api/v1/projects/1414186/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1414186,
    "url": "https://pltw.multisim.com/api/v1/projects/1414186/?format=api",
    "html_url": "https://pltw.multisim.com/content/XNRJYTrHpWXW4fPhVMZ2eR/single-phase-step-down-transformer/",
    "created": "2021-03-02T23:15:30.891254-06:00",
    "modified": "2025-12-16T23:13:18.787551-06:00",
    "title": "single phase step down transformer",
    "uuid": "XNRJYTrHpWXW4fPhVMZ2eR",
    "slug": "single-phase-step-down-transformer",
    "copied_from": 1397854,
    "contributor_name": "yahya altayeb",
    "contributor_html_url": "https://pltw.multisim.com/contributors/263654-imtheone1986/?format=api",
    "visibility": "public",
    "tags": "",
    "text": "",
    "status": 1,
    "rating_count": 0,
    "rating_sum": 0,
    "karma": 34
}