List Plans for FirmMember
Plan
List Plans for FirmMember
Gets a list of records from the Plan table based on passed parameters and implicit access controls.
GET
List Plans for FirmMember
Authorizations
Path Parameters
The id of the record to retrieve.
Example:
"abc123"
Response
200 - application/json
Successful response
Example:
[
{
"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
}
]