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

{
    "id": 380480,
    "url": "https://www.multisim.com/api/v1/projects/380480/?format=api",
    "html_url": "https://www.multisim.com/content/jko5FCUkJiUBrUVtzwx3WS/voltage-series-feedfack/",
    "created": "2020-05-20T05:00:08.755023-05:00",
    "modified": "2025-10-08T15:09:02.151308-05:00",
    "title": "VOLTAGE SERIES FEEDFACK",
    "uuid": "jko5FCUkJiUBrUVtzwx3WS",
    "slug": "voltage-series-feedfack",
    "copied_from": 377697,
    "contributor_name": "arshiya roofi",
    "contributor_html_url": "https://www.multisim.com/contributors/281501-039roofi/?format=api",
    "visibility": "public",
    "tags": "",
    "text": "",
    "status": 1,
    "rating_count": 0,
    "rating_sum": 0,
    "karma": 226
}