View set for model Category.

GET /categories/?format=api&ordering=datetime_updated
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/vnd.purplme+json
Vary: Accept

{
    "count": 8,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 6,
            "url": "https://api.purplme.com/categories/6/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "parent": null,
            "name": "Finance",
            "code": "finance",
            "extra_data": {},
            "datetime_created": "2025-08-29T13:15:35.183273Z",
            "datetime_updated": "2025-09-12T07:30:29.068596Z"
        },
        {
            "id": 1,
            "url": "https://api.purplme.com/categories/1/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "parent": null,
            "name": "App stores",
            "code": "app-stores",
            "extra_data": {},
            "datetime_created": "2025-08-29T10:46:11.241179Z",
            "datetime_updated": "2025-09-12T07:30:39.078885Z"
        },
        {
            "id": 3,
            "url": "https://api.purplme.com/categories/3/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "parent": null,
            "name": "Shopping",
            "code": "shopping",
            "extra_data": {},
            "datetime_created": "2025-08-29T10:46:15.108527Z",
            "datetime_updated": "2025-09-12T07:30:57.067958Z"
        },
        {
            "id": 5,
            "url": "https://api.purplme.com/categories/5/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "parent": null,
            "name": "Music",
            "code": "music",
            "extra_data": {},
            "datetime_created": "2025-08-29T13:15:06.657801Z",
            "datetime_updated": "2025-09-12T07:30:59.228580Z"
        },
        {
            "id": 2,
            "url": "https://api.purplme.com/categories/2/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "parent": null,
            "name": "Mobile",
            "code": "mobile",
            "extra_data": {},
            "datetime_created": "2025-08-29T10:46:14.565832Z",
            "datetime_updated": "2025-09-12T07:31:02.886131Z"
        },
        {
            "id": 4,
            "url": "https://api.purplme.com/categories/4/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "parent": null,
            "name": "Streaming",
            "code": "streaming",
            "extra_data": {},
            "datetime_created": "2025-08-29T13:14:59.329865Z",
            "datetime_updated": "2025-09-12T07:31:03.216419Z"
        },
        {
            "id": 8,
            "url": "https://api.purplme.com/categories/8/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "parent": null,
            "name": "Internet",
            "code": "internet",
            "extra_data": {},
            "datetime_created": "2025-08-29T13:15:36.368462Z",
            "datetime_updated": "2025-09-12T07:31:04.205961Z"
        },
        {
            "id": 7,
            "url": "https://api.purplme.com/categories/7/?format=api",
            "owner": {
                "id": 30,
                "url": "https://api.purplme.com/partners/30/?format=api",
                "name": "Purpl Marketplace",
                "type": "merchant"
            },
            "parent": null,
            "name": "Gaming",
            "code": "gaming",
            "extra_data": {},
            "datetime_created": "2025-08-29T13:15:35.993694Z",
            "datetime_updated": "2025-09-12T07:31:07.941296Z"
        }
    ]
}