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

{
    "id": 2782037,
    "url": "https://www.multisim.com/api/v1/projects/2782037/?format=api",
    "html_url": "https://www.multisim.com/content/5vhcbhYQJ6iAGPNZFmwXsn/02/",
    "created": "2022-01-19T22:11:35.403230-06:00",
    "modified": "2025-06-06T17:06:40.019542-05:00",
    "title": "02",
    "uuid": "5vhcbhYQJ6iAGPNZFmwXsn",
    "slug": "02",
    "copied_from": 2778486,
    "contributor_name": "Ranjana Yadav",
    "contributor_html_url": "https://www.multisim.com/contributors/633194-rnjy1234/?format=api",
    "visibility": "public",
    "tags": "",
    "text": "",
    "status": 1,
    "rating_count": 0,
    "rating_sum": 0,
    "karma": 8
}