GET https://app.alaaqat.com/api/deals/{deal_id}/notes
الإستجابة تكون دائماً بصيغة Pagination<DealNote>
إرجع ل الصفحات لمزيد من التفاصل.
{
"data": [
{
"_id": "66553c7ce6f07c77bc014ce6",
"description": "some text",
"deal_id": "66552c5bf8309b0cae098994",
"made_by": 8,
"updated_at": "2024-05-28T02:11:29.098000Z",
"created_at": "2024-05-28T02:07:56.843000Z",
"user": {
"id": 8,
"email": "ammar.alhasanat@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": "Ammar",
"lastname": "Alhasanat",
"image": "https://alaaqat-public.s3.eu-west-1.amazonaws.com/users/8/FM3SACrjCXrx8UgXwAIGe1x8Ucb0ZClS1ZAAlbv2.jpg",
"contacts_view_id": null,
"locale": "ar",
"deals_view_id": null,
"fullname": "Ammar Alhasanat"
}
}
],
"links": {
"first": "https://app.alaaqat.com/api/deals/66552c5bf8309b0cae098994/notes?page=1",
"last": "https://app.alaaqat.com/api/deals/66552c5bf8309b0cae098994/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/deals/66552c5bf8309b0cae098994/notes?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "https://app.alaaqat.com/api/deals/66552c5bf8309b0cae098994/notes",
"per_page": 15,
"to": 1,
"total": 1
}
}