Get record api V1 vs V2 not same data

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:


  1. },
  2. {
  3. "val": "Account Name",
  4. "content": "RESTAURANT DOPA BCN, S.L."
  5. },
  6. {
  7. "val": "PARENTACCOUNTID",
  8. "content": "1945000004723108"
  9. },
  10. {
  11. "val": "Parent Account",
  12. "content": "GRUPO EL PINTXO"
  13. },
  14. {
  15. "val": "Account Type",
  16. "content": "Cliente de Distribuidor"
  17. },


In a V2 API this param not found and I need this to work.
How retrieve this relation (Parent and Child relations)

Thanks.