cURL
curl --request GET \ --url https://api.realtor.dit.myperch.io/v1/firmMembers/{id}/plans \ --header 'x-api-key: <api-key>'
{ "meta": { "totalCount": 42 }, "data": [ { "id": "iMVNwkks", "createdAt": "2025-07-22T21:17:14.403Z", "updatedAt": "2025-07-22T21:17:14.434Z", "type": "Buying", "name": "Buying Plan", "status": "New", "inactiveAt": null }, { "id": "29G68f3q", "createdAt": "2025-07-22T21:17:14.635Z", "updatedAt": "2025-07-22T21:17:14.642Z", "type": "Refinancing", "name": "Refinancing Plan", "status": "New", "inactiveAt": null } ] }
Gets a list of records from the Plan table based on passed parameters and implicit access controls.
Show child attributes