Get record api V1 vs V2 not same data
Hi.
On Api V1, function getRecordById get all fields of form data and some relational data:
- },
- {
- "val": "Account Name",
- "content": "RESTAURANT DOPA BCN, S.L."
- },
- {
- "val": "PARENTACCOUNTID",
- "content": "1945000004723108"
- },
- {
- "val": "Parent Account",
- "content": "GRUPO EL PINTXO"
- },
- {
- "val": "Account Type",
- "content": "Cliente de Distribuidor"
- },
In a V2 API this param not found and I need this to work.
How retrieve this relation (Parent and Child relations)
Thanks.