curl --location '/v1/matters?page_size=undefined&search=undefined&from=undefined&until=undefined&is_submitted=undefined&quest_approach=undefined'{
"count": 2,
"next": "https://api.decisionvault.com/v1/matters?page=2",
"previous": null,
"results": [
{
"id": "matter_AABBCCDD0011223344",
"name": "Smith - 5/15/2021",
"open_date": "2021-04-30",
"close_date": "2021-06-25",
"quest_internal_type": "Planning",
"quest_approach": "planning"
},
{
"id": "matter_AABBCCDD0055667788",
"name": "Doe - 7/18/2021",
"open_date": "2021-07-18",
"close_date": null,
"quest_internal_type": "Probate",
"quest_approach": "rep-deceased"
}
]
}