GET /np_subscriptions/?format=api&ordering=amount_paid
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 11,
        "start_date": "2024-12-16T18:55:26.647447+05:30",
        "end_date": "2024-12-23T05:30:00+05:30",
        "amount_paid": null,
        "active": true,
        "therapist": 40
    },
    {
        "id": 3,
        "start_date": "2024-09-19T17:43:52.907142+05:30",
        "end_date": "2024-09-26T05:30:00+05:30",
        "amount_paid": "0",
        "active": true,
        "therapist": 36
    },
    {
        "id": 4,
        "start_date": "2024-09-19T17:47:03.733602+05:30",
        "end_date": "2024-09-26T05:30:00+05:30",
        "amount_paid": "0",
        "active": true,
        "therapist": 37
    },
    {
        "id": 6,
        "start_date": "2024-09-26T10:30:29.326056+05:30",
        "end_date": "2024-10-03T05:30:00+05:30",
        "amount_paid": "0",
        "active": true,
        "therapist": 37
    },
    {
        "id": 10,
        "start_date": "2024-12-07T10:46:34.221996+05:30",
        "end_date": "2024-12-14T05:30:00+05:30",
        "amount_paid": "0",
        "active": true,
        "therapist": 40
    },
    {
        "id": 12,
        "start_date": "2024-12-16T18:55:47.701161+05:30",
        "end_date": "2024-12-23T05:30:00+05:30",
        "amount_paid": "0",
        "active": true,
        "therapist": 40
    },
    {
        "id": 1,
        "start_date": "2024-09-18T23:04:02.532859+05:30",
        "end_date": "2024-10-18T05:30:00+05:30",
        "amount_paid": "1000",
        "active": true,
        "therapist": 35
    },
    {
        "id": 5,
        "start_date": "2024-09-21T10:55:45.314399+05:30",
        "end_date": "2024-10-21T05:30:00+05:30",
        "amount_paid": "1000",
        "active": true,
        "therapist": 38
    },
    {
        "id": 7,
        "start_date": "2024-10-15T15:06:41.043029+05:30",
        "end_date": "2024-11-15T05:30:00+05:30",
        "amount_paid": "1000",
        "active": true,
        "therapist": 39
    },
    {
        "id": 14,
        "start_date": "2025-01-26T09:06:47.850585+05:30",
        "end_date": "2026-01-26T05:30:00+05:30",
        "amount_paid": "2000",
        "active": true,
        "therapist": 42
    },
    {
        "id": 2,
        "start_date": "2024-09-18T23:04:31.124625+05:30",
        "end_date": "2025-09-13T05:30:00+05:30",
        "amount_paid": "3000",
        "active": true,
        "therapist": 34
    },
    {
        "id": 13,
        "start_date": "2024-12-25T11:38:05.031466+05:30",
        "end_date": "2025-12-25T05:30:00+05:30",
        "amount_paid": "3000",
        "active": true,
        "therapist": 40
    },
    {
        "id": 8,
        "start_date": "2024-11-06T22:53:27.477025+05:30",
        "end_date": "2032-10-21T05:30:00+05:30",
        "amount_paid": "5000",
        "active": true,
        "therapist": 37
    },
    {
        "id": 9,
        "start_date": "2024-11-19T11:07:18.029030+05:30",
        "end_date": "2032-11-19T05:30:00+05:30",
        "amount_paid": "5000",
        "active": true,
        "therapist": 39
    }
]