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

{
    "id": 3388086,
    "url": "https://pltw.multisim.com/api/v1/projects/3388086/?format=api",
    "html_url": "https://pltw.multisim.com/content/t5nLgtq8XNxL3wnWxckwc2/pmos-1-1/",
    "created": "2022-09-15T13:56:15.999256-05:00",
    "modified": "2025-12-16T07:49:55.683532-06:00",
    "title": "PMOS 1 (1)",
    "uuid": "t5nLgtq8XNxL3wnWxckwc2",
    "slug": "pmos-1-1",
    "copied_from": 40049,
    "contributor_name": "har kna",
    "contributor_html_url": "https://pltw.multisim.com/contributors/359466-harkna/?format=api",
    "visibility": "public",
    "tags": "mosfet,dc sweep,characteristic,sweep,curves,example,circuit fundamentals",
    "text": "Here I demonstrate using a DC Sweep simulation to see the characteristic curves of a NMOS.\n\nI am plotting the drain current vs drain-source voltage and sweeping gate voltage.\n\nClick on the Settings icon to see my DC Sweep parameters.",
    "status": 1,
    "rating_count": 0,
    "rating_sum": 0,
    "karma": 424
}