Gets a list of records from the Plan table based on passed parameters and implicit access controls.
The id of the record to retrieve.
"abc123"
Successful response
[
{
"id": "fYkmNRnW",
"createdAt": "2026-03-05T19:39:17.761Z",
"updatedAt": "2026-03-05T19:39:17.783Z",
"type": "Buying",
"name": "Buying Plan",
"status": "New",
"inactiveAt": null
},
{
"id": "c48TeF49",
"createdAt": "2026-03-05T19:39:18.097Z",
"updatedAt": "2026-03-05T19:39:18.109Z",
"type": "Refinancing",
"name": "Refinancing Plan",
"status": "New",
"inactiveAt": null
}
]