User Tools

Site Tools


api2:tag_system:taggings

**This is an old revision of the document!** ----

A PCRE internal error occured. This might be caused by a faulty plugin

At this point, your Tags are structured and set. You will want to start tagging your objects. ===Object resources=== ^ Property ^ Type ^ Description ^ | value | String | The value attached to the tagging | | tag_id | String The tag this tagging belongs to taggable_id Integer The taggable object ID this tagging belongs to | taggable_type | String | The taggable object type this tagging belongs to | ===Create (POST)=== ^ Method | POST | ^ URL | /knowledge_graphs | ==Parameters (*Requiered parameters)== ^ Property ^ Type ^ Description ^ | name | String | Custom data | ==Send the request (JSON input example)== ==Get the response (JSON output example)== ===Fetch (GET)=== ^ Method | GET| ^ URL | /knowledge_graphs | ==Get the response (JSON output example)== **With ID provided**\\ <code> </code> **Without ID provided**\\ <code> </code> ===EDIT (PUT)=== ^ Method | PUT | ^ URL | /knowledge_graphs/{knowledge_graph_id} | ==Editable parameters== ^ Property ^ Type ^ Description/expected values | | | | | ==Send the request (JSON input example)== <code> { name : « No more Corporate Finance » } </code> ==Get the response (JSON output example)== <code> { id: 1, name: « No more Corporate Finance », instance_id: 1 } </code>

api2/tag_system/taggings.1507900385.txt.gz · Last modified: 2017/10/13 15:13 by maries