List Properties

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

For more information about properties, check the Properties.

Parameters

This endpoint inherit Pagination parameters.

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

Response

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

{
    "data": [
        {
            "_id": "669885725b6b9ecd2e0aa1fe",
            "name": {
                "ar": "عربي",
                "en": "English"
            },
            "group_id": "66900cad55aa925b2f051c0b",
            "type": "string",
            "internal_name": "internal_name",
            "account_id": 1,
            "made_by": 1,
            "updated_at": "2024-07-18T03:01:06.188000Z",
            "created_at": "2024-07-18T03:01:06.188000Z",
            "user": null,
            "group": {
                "_id": "66900cad55aa925b2f051c0b",
                "internal_name": "ticket_information",
                "name": {
                    "en": "ticket's Information",
                    "ar": "معلومات التذكرة"
                },
                "desc": [],
                "account_id": null,
                "made_by": null,
                "updated_at": "2024-07-11T16:47:41.632000Z",
                "created_at": "2024-07-11T16:47:41.632000Z"
            }
        },
        {
            "_id": "66900cadfce424da84cf24a0",
            "internal_name": "ticket_name",
            "desc": {
                "en": "",
                "ar": ""
            },
            "group_id": "66900cad55aa925b2f051c0b",
            "name": {
                "en": "Ticket Name",
                "ar": "اسم التذكرة"
            },
            "type": "string",
            "user": null,
            "group": {
                "_id": "66900cad55aa925b2f051c0b",
                "internal_name": "ticket_information",
                "name": {
                    "en": "ticket's Information",
                    "ar": "معلومات التذكرة"
                },
                "desc": [],
                "account_id": null,
                "made_by": null,
                "updated_at": "2024-07-11T16:47:41.632000Z",
                "created_at": "2024-07-11T16:47:41.632000Z"
            }
        },
        {
            "_id": "66900cadfce424da84cf24ab",
            "internal_name": "deals_count",
            "desc": {
                "en": "",
                "ar": ""
            },
            "group_id": "66900cad55aa925b2f051c0b",
            "name": {
                "en": "Deals Count",
                "ar": "عدد الصفقات"
            },
            "system_only": true,
            "type": "number",
            "user": null,
            "group": {
                "_id": "66900cad55aa925b2f051c0b",
                "internal_name": "ticket_information",
                "name": {
                    "en": "ticket's Information",
                    "ar": "معلومات التذكرة"
                },
                "desc": [],
                "account_id": null,
                "made_by": null,
                "updated_at": "2024-07-11T16:47:41.632000Z",
                "created_at": "2024-07-11T16:47:41.632000Z"
            }
        }
    ],
    "links": {
        "first": "/?page=1",
        "last": "/?page=2",
        "prev": null,
        "next": "/?page=2"
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 2,
        "links": [
            {
                "url": null,
                "label": "&laquo; Previous",
                "active": false
            },
            {
                "url": "/?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": "/?page=2",
                "label": "2",
                "active": false
            },
            {
                "url": "/?page=2",
                "label": "Next &raquo;",
                "active": false
            }
        ],
        "path": "/",
        "per_page": 15,
        "to": 15,
        "total": 19
    }
}