GET https://app.alaaqat.com/api/contacts/{contact_id}/notes
الإستجابة تكون دائماً بصيغة Pagination<ContactNote>
إرجع ل الصفحات لمزيد من التفاصل.
{
"data": [
{
"_id": "6654f77f014742f5f101b822",
"description": "any text",
"contact_id": "663e16252a3faf06c50d0175",
"made_by": 8,
"updated_at": "2024-05-27T21:18:10.206000Z",
"created_at": "2024-05-27T21:13:35.665000Z",
"user": {
"id": 8,
"email": "test@alaaqat.com",
"email_verified_at": "2023-10-23T14:18:27.000000Z",
"created_at": "2023-10-23T13:37:08.000000Z",
"updated_at": "2024-05-26T22:42:43.000000Z",
"firstname": "alaaqat",
"lastname": "test",
"contacts_view_id": null,
"locale": "ar",
"deals_view_id": null,
"fullname": "alaaqat test"
}
}
],
"links": {
"first": "https://app.alaaqat.com/api/contacts/663e16252a3faf06c50d0175/notes?page=1",
"last": "https://app.alaaqat.com/api/contacts/663e16252a3faf06c50d0175/notes?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://app.alaaqat.com/api/contacts/663e16252a3faf06c50d0175/notes?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "https://app.alaaqat.com/api/contacts/663e16252a3faf06c50d0175/notes",
"per_page": 15,
"to": 1,
"total": 1
}
}