I am developing an application using box rest services.I have added custom metadata like(eid,comments,topic) to the files.
I want to search the files which are having key =eid,value=abcd1234 I am using below search api.
It is working good, but i am expecting the other metadata(comments,topic) to be included in response, but it is not including other custom metadata
(https://api.box.com/2.0/search?mdfilters=%5B%7B%22templateKey%22%3A%22customer%22%2C%22scope%22%3A%22enterprise_7133495%22%2C%22filters%22%3A%7B%22eid%22%3A%22abcd1234%22%7D%7D%5D)
Appreciate for quick response.
Thanks
Sydaiah N