Hi all!
I am
searching for a REST CALL to get all Categories. I am searching for a call
which results more or less all Categories on the Server
As example
when I am using this
func=attributes.dump
in the UI I am getting a visual
display of ALL Categories.
Reason for
that is, that I have a template (15483714) and in this template I have some
folders.
The category
is not on the main template it is inside a subfolder of the template.
For example this GET
api/v1/nodes/15483714/categories
is valid but returns nothing because the catorgies are on my subfolder.
{"data":[],"definitions":{"id":{"key":"id","name":"ID","persona":"node","type":2,"width_weight":0},"name":{"key":"name","name":"Name","persona":"","type":-1,"width_weight":100}},"definitions_map":{"name":["menu"]},"definitions_order":["name"]
Is there a
quick solution, or what do i miss ?
Cheers Ch
ps: I also can life with a Call which returns all Categories on the server.