List Properties

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

Parameters

This endpoint inherit Pagination parameters.

Key Type default Description
search string - Search by name or description
order string created_at Ordering the results

Response

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

{
    "data": [
        {
            "_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",
            "user": null
        },
        {
            "_id": "64f62b4b24ec98cbd50a8743",
            "internal_name": "contact_conversations",
            "name": {
                "en": "Contact's Conversation",
                "ar": "محادثات العميل"
            },
            "desc": [],
            "account_id": null,
            "made_by": null,
            "updated_at": "2023-09-04T19:08:59.701000Z",
            "created_at": "2023-09-04T19:08:59.701000Z",
            "user": null
        },
        {
            "_id": "64f62b4b24ec98cbd50a8744",
            "internal_name": "contact_users",
            "name": {
                "en": "Contact's Users",
                "ar": "مستخدمي العميل"
            },
            "desc": [],
            "account_id": null,
            "made_by": null,
            "updated_at": "2023-09-04T19:08:59.708000Z",
            "created_at": "2023-09-04T19:08:59.708000Z",
            "user": null
        },
        {
            "_id": "64f62b4b24ec98cbd50a8745",
            "internal_name": "contact_deals",
            "name": {
                "en": "Contact's Deals",
                "ar": "صفقات العميل"
            },
            "desc": [],
            "account_id": null,
            "made_by": null,
            "updated_at": "2023-09-04T19:08:59.715000Z",
            "created_at": "2023-09-04T19:08:59.715000Z",
            "user": null
        },
        {
            "_id": "64f62b4b24ec98cbd50a8746",
            "internal_name": "contact_tickets",
            "name": {
                "en": "Contact's Tickets",
                "ar": "تذاكر العميل"
            },
            "desc": [],
            "account_id": null,
            "made_by": null,
            "updated_at": "2023-09-04T19:08:59.758000Z",
            "created_at": "2023-09-04T19:08:59.758000Z",
            "user": null
        },
        {
            "_id": "6653fc4ca32e9280cc0a6604",
            "name": {
                "ar": "test"
            },
            "desc": {
                "ar": null
            },
            "made_by": 8,
            "account_id": 1,
            "internal_name": "test",
            "updated_at": "2024-05-27T03:21:48.117000Z",
            "created_at": "2024-05-27T03:21:48.117000Z",
            "user": {}
        },
    ],
    "links": {
        "first": "https://app.alaaqat.com/api/contacts/properties/groups?page=1",
        "last": "https://app.alaaqat.com/api/contacts/properties/groups?page=1",
        "prev": null,
        "next": null
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 1,
        "links": [
            {
                "url": null,
                "label": "&laquo; Previous",
                "active": false
            },
            {
                "url": "https://app.alaaqat.com/api/contacts/properties/groups?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Next &raquo;",
                "active": false
            }
        ],
        "path": "https://app.alaaqat.com/api/contacts/properties/groups",
        "per_page": 15,
        "to": 6,
        "total": 6
    }
}