How to get All Publications and its metadata even without Output via API

Hi everyone,

I'm trying to list all the publications from a specific folder.

I've used the Folder25.GetContents API, and i was able to retrieve the publications. However, i'm only able to get contents like this:

<?xml version="1.0" encoding="UTF-16"?>

-<ishobjects>

<ishobject ishlogicalref="1068620" ishtype="ISHPublication" ishref="GUID-CE32C6F9-B88A-4E25-B702-C484D3460BCA"/>

<ishobject ishlogicalref="1322909" ishtype="ISHPublication" ishref="GUID-095295CC-DFDB-4DE4-866D-FF4FDE45FB6C"/>

</ishobjects>

I'm missing the metadata ( e.g Title, Cover Title, Publication Type, Version, etc..)

Then, i've seen this API for Publications PublicationOutput25.RetrieveMetadata. I've used it, and it works. However, it's returning a lot of objects. And only the publications that has output (eg. PDF)

 

Is there a way to list all the publications for a specific folder and it's metadata?

 

Thanks,

Nikku