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/2076929/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2076929,
    "url": "https://pltw.multisim.com/api/v1/projects/2076929/?format=api",
    "html_url": "https://pltw.multisim.com/content/ZZAiN8TNwx3i5VKzLDnLvf/circuit-1/",
    "created": "2021-07-27T05:20:58.478333-05:00",
    "modified": "2025-12-11T07:33:56.860992-06:00",
    "title": "Circuit-1",
    "uuid": "ZZAiN8TNwx3i5VKzLDnLvf",
    "slug": "circuit-1",
    "copied_from": null,
    "contributor_name": "Shivani Kale",
    "contributor_html_url": "https://pltw.multisim.com/contributors/322300-shivanikale/?format=api",
    "visibility": "public",
    "tags": "",
    "text": "",
    "status": 1,
    "rating_count": 0,
    "rating_sum": 0,
    "karma": 10
}