cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve metadata of published contents via webscript

salma
Champ in-the-making
Champ in-the-making
Hi

I need to retrieve the meta data from the published pages of alfresco..
Is there any webscript to retreive meta data or please provide some solution for this..

Scenario:

1) I have some meta data tags such as keywords, description and all which are part of content.
2) While creating the content we will enter all the above fields
3) FTL is appropriately written to include all the entered data in meta tags.

Now what i need to do is
1) Retrieve meta data of all published contents
2) show the retreived meta data..


Please help me out.

Thanks in advance
salma
2 REPLIES 2

ryanbobko
Champ in-the-making
Champ in-the-making
You can use a call to the alfresco webscript for nodes. For example,

http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/e95d3d43-5415-441e-bdfd-c762d1...

I believe this gives you all the metadata for the node. However, I haven't figured out how to just get one metadata item at a time.

salma
Champ in-the-making
Champ in-the-making
Hi,

Thank you for the reply.

Can you please help me out for finding the node details..

Where can I see the node details.

thanks in advance
salma