Skip to main content
7-Bedrock
July 27, 2022
Question

Is there any api to fetch all wtdocs for a given attribute iba name on some condition?

  • July 27, 2022
  • 1 reply
  • 2797 views

Im working on a scenario, where for a given attribute(eg,status), im using the iba name 'status' with the value anything less than the value 3, i wanted to fetch all the wtdocs with the attribute value<3. Can anyone guide me thorugh please?

 

@xyzabc  kindly route me through to the correct plaxe

 

 

1 reply

avillanueva
23-Emerald I
23-Emerald I
July 27, 2022

If the IBA has been added to your Document type, it should be accessible for the search configuration. You just need to add that IBA as a criteria. You also need to make to that only documents are selected in your Type section. That exposes the unique attributes. Lastly, when you get your results, under actions in search results should be an option to download all as a zip file.

avillanueva_0-1658953336184.png

 

7-Bedrock
July 28, 2022

Hi,

Thanks for your reply.

 

Can you guide me how this can be fetched through a backend java code?

 

avillanueva
23-Emerald I
23-Emerald I
July 28, 2022

Well there chief, that's completely different. Let's start by explaining what the big picture is. I've done some work in this area (static, parameter based URL to download content) which is close but not as a massive set or querying via an IBA. All doable but perhaps folks here might suggest an easier way if you explain your user story a bit.