قائمة ملاحظات التذكرة

GET https://app.alaaqat.com/api/tickets/{ticket_id}/notes

Response

الإستجابة تكون دائماً بصيغة Pagination<TicketNote> إرجع ل الصفحات لمزيد من التفاصل.

{
    "data": [
        {
            "_id": "66987d5a5b6b9ecd2e0aa1f9",
            "description": "any text",
            "ticket_id": "669867025b6b9ecd2e0aa1e6",
            "made_by": 1,
            "updated_at": "2024-07-18T02:26:34.899000Z",
            "created_at": "2024-07-18T02:26:34.899000Z",
            "user": null
        }
    ],
    "links": {
        "first": "http://localhost/api/tickets/669867025b6b9ecd2e0aa1e6/notes?page=1",
        "last": "http://localhost/api/tickets/669867025b6b9ecd2e0aa1e6/notes?page=1",
        "prev": null,
        "next": null
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 1,
        "links": [
            {
                "url": null,
                "label": "&laquo; Previous",
                "active": false
            },
            {
                "url": "http://localhost/api/tickets/669867025b6b9ecd2e0aa1e6/notes?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Next &raquo;",
                "active": false
            }
        ],
        "path": "http://localhost/api/tickets/669867025b6b9ecd2e0aa1e6/notes",
        "per_page": 15,
        "to": 1,
        "total": 1
    }
}