Skip to main content
Question

Error parsing input model

  • May 27, 2025
  • 0 replies
  • 10 views

Forum|alt.badge.img

getting :" 400:Error parsing input model" error while trying to run metadata query using box node sdk.
from and ancestor folder is correct. 

 const options = {
    query: 'var1 = :arg1 AND var2 = :arg2',
    query_params: {
      arg1: val1,
      arg2: val2,
    },
    order_by: [
      {
        field_key: 'eidvar1,
        direction: 'asc',
      },
    ],
    fields: ['id', 'name'],
  };
this is the options field

0 replies

Be the first to reply!