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

{
    "id": 1948498,
    "url": "https://pltw.multisim.com/api/v1/projects/1948498/?format=api",
    "html_url": "https://pltw.multisim.com/content/GbfcAt2qV6jgqdU99Kwx3T/wein-bridge-c470nf/",
    "created": "2021-06-13T21:01:51.365403-05:00",
    "modified": "2025-12-13T05:20:14.755251-06:00",
    "title": "Wein Bridge c=470nf",
    "uuid": "GbfcAt2qV6jgqdU99Kwx3T",
    "slug": "wein-bridge-c470nf",
    "copied_from": 1948445,
    "contributor_name": "syafiqah sharif",
    "contributor_html_url": "https://pltw.multisim.com/contributors/648543-eqalola/?format=api",
    "visibility": "public",
    "tags": "",
    "text": "",
    "status": 1,
    "rating_count": 0,
    "rating_sum": 0,
    "karma": 20
}