قائمة خصائص جهات الإتصال

GET https://app.alaaqat.com/api/contacts/properties/

للمزيد من المعلومات عن الخصائص إقرأ صفحة الخصائص.

المعطيات

يَرِث هذَا اَلمرْجِع مُعطيَات الصفحات .

المفتاح النوع الافتراضي الوصف
search نص - البحث حسب الاسم
order نص created_at ترتيب النتائج

الإستجابة

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

{
    "data": [
        {
            "_id": "664e3fdfa14520a8d702e852",
            "type": "string",
            "name": {
                "ar": "Test"
            },
            "internal_name": "Test",
            "desc": {
                "ar": null
            },
            "group_id": "64f62b4b24ec98cbd50a8742",
            "account_id": 1,
            "made_by": 8,
            "updated_at": "2024-05-22T18:56:31.894000Z",
            "created_at": "2024-05-22T18:56:31.894000Z",
            "user": {},
            "group": {
                "_id": "64f62b4b24ec98cbd50a8742",
                "internal_name": "contact_information",
                "name": {
                    "en": "Contact's Information",
                    "ar": "ملعومات العميل"
                },
                "desc": [],
                "account_id": null,
                "made_by": null,
                "updated_at": "2023-09-04T19:08:59.650000Z",
                "created_at": "2023-09-04T19:08:59.650000Z"
            }
        },
        {
            "_id": "64d5b87d68109f25280ebd12",
            "internal_name": "_id",
            "name": {
                "en": "ID",
                "ar": "الرقم المُعرف"
            },
            "desc": {
                "en": "Identification number set by Alaaqat and cannot be modified.",
                "ar": "رقم التعريف المحدد من قبل العلاقات ولا يمكن تعديله."
            },
            "type": "string",
            "system_only": true,
            "group_id": "64f62b4b24ec98cbd50a8742",
            "user": null,
            "group": {
                "_id": "64f62b4b24ec98cbd50a8742",
                "internal_name": "contact_information",
                "name": {
                    "en": "Contact's Information",
                    "ar": "ملعومات العميل"
                },
                "desc": [],
                "account_id": null,
                "made_by": null,
                "updated_at": "2023-09-04T19:08:59.650000Z",
                "created_at": "2023-09-04T19:08:59.650000Z"
            }
        },
        {
            "_id": "64d5b87d68109f25280ebd13",
            "internal_name": "firstname",
            "name": {
                "en": "Firstname",
                "ar": "الاسم الأول"
            },
            "desc": {
                "en": "",
                "ar": ""
            },
            "type": "string",
            "group_id": "64f62b4b24ec98cbd50a8742",
            "user": null,
            "group": {
                "_id": "64f62b4b24ec98cbd50a8742",
                "internal_name": "contact_information",
                "name": {
                    "en": "Contact's Information",
                    "ar": "ملعومات العميل"
                },
                "desc": [],
                "account_id": null,
                "made_by": null,
                "updated_at": "2023-09-04T19:08:59.650000Z",
                "created_at": "2023-09-04T19:08:59.650000Z"
            }
        },
        }
    ],
    "links": {
        "first": "/?page=1",
        "last": "/?page=4",
        "prev": null,
        "next": "/?page=2"
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 4,
        "links": [
            {
                "url": null,
                "label": "&laquo; Previous",
                "active": false
            },
            {
                "url": "/?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": "/?page=2",
                "label": "2",
                "active": false
            },
            {
                "url": "/?page=3",
                "label": "3",
                "active": false
            },
            {
                "url": "/?page=4",
                "label": "4",
                "active": false
            },
            {
                "url": "/?page=2",
                "label": "Next &raquo;",
                "active": false
            }
        ],
        "path": "/",
        "per_page": 15,
        "to": 15,
        "total": 60
    }
}