List Ticket Notes

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

Response

The return type will always be Pagination<TicketNote> check Pagination for more details.

{
    "data": [
        {
            "_id": "66987d5a5b6b9ecd2e0aa1f9",
            "description": "test text",
            "ticket_id": "669867025b6b9ecd2e0aa1e6",
            "made_by": 1,
            "updated_at": "2024-07-18T02:26:34.899000Z",
            "created_at": "2024-07-18T02:26:34.899000Z",
            "user": {
                "id": 1,
                "email": "ammarabed13@gmail.com",
                "email_verified_at": "2024-07-11T16:44:54.000000Z",
                "created_at": "2024-07-11T16:44:54.000000Z",
                "updated_at": "2024-07-17T14:49:51.000000Z",
                "firstname": "Ammar",
                "lastname": "Alhasanat",
                "image": "http://localhost/storage/users/1/K3KGlzs8GCkYSTP6jrbPacIq1i57GZEpfYZIaRGW.jpg",
                "contacts_view_id": null,
                "locale": "ar",
                "deals_view_id": null,
                "tickets_view_id": null,
                "fullname": "Ammar Alhasanat"
            }
        }
    ],
    "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
    }
}