Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Not able to create category id more than 9 through API call
Florence2818
Not able to create category id more than 9 through API call we are facing the below errors
body:
Find more posts tagged with
Comments
Appu Nair
Run the function ? Func=attributes.dump and locate the category and keys correctly and see if in your rest api call you are creating the payload correctly
If you cannot run that command select * from catregionmap filtered on the category Dataid you are looking
You are ‘ Applying’ a created category(template) here I assume . Categories are subtype 131 which REST can’t create at the present moment . You can but you cannot add its leaves ( attributes)
That’s what I would have done