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

{
    "id": 1700936,
    "url": "https://www.multisim.com/api/v1/projects/1700936/?format=api",
    "html_url": "https://www.multisim.com/content/ahJvboHCEgQziZvxEhnwxf/kcl-law1/",
    "created": "2021-04-24T01:30:07.746552-05:00",
    "modified": "2025-07-26T05:27:09.049871-05:00",
    "title": "kcl law1",
    "uuid": "ahJvboHCEgQziZvxEhnwxf",
    "slug": "kcl-law1",
    "copied_from": 1700808,
    "contributor_name": "chesima chesi",
    "contributor_html_url": "https://www.multisim.com/contributors/656697-chesima12/?format=api",
    "visibility": "public",
    "tags": "",
    "text": "",
    "status": 1,
    "rating_count": 0,
    "rating_sum": 0,
    "karma": 9
}