The admin panel retrieves a list of records using the standard get request and passes the list context. In response, it receives a structured list of records with headers.
| Property | Type | Description |
| object * | string | Object from which the list will be requested |
{
"title": "Users list",
"type": "list",
"size": 4,
"settings": {
"object": "users"
},
"components": {
"filters": [
{
"title": "Role",
"type": "list",
"settings": {
"is_search": false,
"recipient_property": "role_id",
"donor_object": "roles",
"donor_property_title": "title",
"donor_property_value": "id"
},
"required_permissions": []
}
]
}
}