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

{
    "id": 2395024,
    "url": "https://www.multisim.com/api/v1/projects/2395024/?format=api",
    "html_url": "https://www.multisim.com/content/KsJSJEnz8gZWQyzBxfQztL/sr-latch/",
    "created": "2021-10-14T11:38:14.075251-05:00",
    "modified": "2025-10-04T06:15:50.988355-05:00",
    "title": "SR Latch",
    "uuid": "KsJSJEnz8gZWQyzBxfQztL",
    "slug": "sr-latch",
    "copied_from": 2394986,
    "contributor_name": "Aman Jai Singh",
    "contributor_html_url": "https://www.multisim.com/contributors/755466-aman3639/?format=api",
    "visibility": "public",
    "tags": "nand latch,set-reset latch,nand rs latch,s-r latch,nand s-r latch,rs latch,latch",
    "text": "This is a Set-Reset (S-R or RS) latch implemented using NAND gates.",
    "status": 1,
    "rating_count": 0,
    "rating_sum": 0,
    "karma": 345
}