cancel
Showing results for 
Search instead for 
Did you mean: 

Web-Script Content Retrieval

tjholmes
Champ in-the-making
Champ in-the-making
I've been looking at Web-Scripts, and I think Content Retrieval is the one we're gonna use the most.     We've got some content created with Xforms, and it's in an AVM store.

I think this link is part of Content Retrieval with path:


http://localhost:8080/alfresco/service/api/node/content/avm/XX--admin--preview/-1;www;avm_webapps;RO...

I'd like to try this in the other format which looks like:

http://localhost:8080/alfresco/service/api/node/content%7B;property%7D/%7Bstore_type%7D/%7Bstore_id%...?}

But … I'm not sure what exactly I am replacing in this url …
A lot more examples would be great of web-scripts would be great ….

Thanks!
3 REPLIES 3

tjholmes
Champ in-the-making
Champ in-the-making
yeah, been to this wiki a few times … it answers some questions, but not all questions.   I figured out path, and storeid, but again … still not sure how to get content via node id.

Would that be the node-dbid for AVM content since uuid is always UNKNOWN for avm content.

Thanks!
                          Tom

cyril
Champ in-the-making
Champ in-the-making
I also need to be able to lookup a document path by node_id. Did anyone find an API to do that?