Skip to main content

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

Be the first to reply!

Reply