cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with ContentURL

anshul
Champ in-the-making
Champ in-the-making
hi
Can anybody tell me what is content URL.
How can i extract data from the following Contenturl through web service
contentUrl=store://2011/1/21/12/27/97c0ee94-b3b9-4e8f-a2a9-6b6a37f2639f.bin|mimetype=application/octet-stream|size=53|encoding=utf-8|locale=en_US_|id=421

Thanks
Anshul
1 REPLY 1

openpj
Elite Collaborator
Elite Collaborator
ContentURL is the path where the file in filesystem of the contentstore is stored.
The contentstore is one of the directories that you can find in the alf_data directory that you have to set in the alfresco properties.

The contentUrl is a parameter in the cm:content property that you can find in any node in Alfresco the parent type is cm:content:

Type = cm:content
Property = cm:content

Yes they have the same name  Smiley Very Happy

This means that you have to get the node from Web Services API and then you have to get the cm:content property for this node.

Hope this helps.