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

{
    "id": 887965,
    "url": "https://pltw.multisim.com/api/v1/projects/887965/?format=api",
    "html_url": "https://pltw.multisim.com/content/dQJxWfCSi3CPCWXU5mPpVb/lab8_example1/",
    "created": "2020-11-04T11:16:18.851952-06:00",
    "modified": "2026-04-04T13:07:50.625039-05:00",
    "title": "Lab8_example1",
    "uuid": "dQJxWfCSi3CPCWXU5mPpVb",
    "slug": "lab8_example1",
    "copied_from": null,
    "contributor_name": "Louisa Tsang",
    "contributor_html_url": "https://pltw.multisim.com/contributors/251071-louisatsang/?format=api",
    "visibility": "public",
    "tags": "",
    "text": "",
    "status": 1,
    "rating_count": 0,
    "rating_sum": 0,
    "karma": 17
}