When to use Define and response, how to configure API ideally in Vdesigner 2.0
1 Like
Hi @Anuj_Tiwari ,
When to Use Complete API Response vs. Define Object:
-
Complete Response: Use this when you need to store the entire API response for later use in your application, especially when the full data may be required for various conditions or processing.
-
Define Object: Use this when you only need to store a specific part of the API response. Define an object to capture and save just the relevant data, making it easier to manage and use only the necessary parts.
7 Likes