cancel
Showing results for 
Search instead for 
Did you mean: 

Tagging using BuildIn WebScript

zille1601
Champ in-the-making
Champ in-the-making
Hi,
I am very new to the Alfresco WebScript API.
I try to use the tagging functionality. For that I called:

GET /alfresco/service/api/node/{store_type}/{store_id}/{id}/tags

This is what I found in the API reference, and everything works fine Smiley Happy
I am a little bit confused about the documentation. Now I'd like to add a new TAG with a POST request, but i couldn't find the documentation about the parameter!

Can anybody help me, how to find out the parameter names and the value format?
It would be nice Smiley Happy

Thanks,
Stefan
2 REPLIES 2

brogits
Champ in-the-making
Champ in-the-making
I do have the same problem passing in the parameter. In some post they said it would be workspace/SpacesStore/Company%20Home/

However it still doesnt work for me.

What I have working is using http://localhost:8080/alfresco/service/api/tagscopes/site/mysite/tags which would retrieve all tags on mysite (name of the site im working).

Also it seems that there is indeed a few reference on how to consume the restapi and the params are not provided with clear documentation for starter like us.

ecogtip
Champ in-the-making
Champ in-the-making
hi i am trying to get the tags on my site using the same api which you use, but of no success

can you paste here the params you used for {store_type}/{store_id}/{id}

i understand it would be different for each site, but in my case i tried

http://localhost:8080/alfresco/service/api/node/workspace/StoresSpaces/mysite/tags but im getting 400 error.


thanks

Hi,
I am very new to the Alfresco WebScript API.
I try to use the tagging functionality. For that I called:

GET /alfresco/service/api/node/{store_type}/{store_id}/{id}/tags

This is what I found in the API reference, and everything works fine Smiley Happy
I am a little bit confused about the documentation. Now I'd like to add a new TAG with a POST request, but i couldn't find the documentation about the parameter!

Can anybody help me, how to find out the parameter names and the value format?
It would be nice Smiley Happy

Thanks,
Stefan
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.