I have noticed that the API returns the custom fields values merged with the core content fields. Eg, the article fulltext
content that would be mapped to attributes['text']
in the response would be overwritten by a custom field named text
.
I don't know if this a known limitation, but seems a major issue. A simple solution is to wrap those in a sublevel of arguments or in the same level in a new namespace.
I would like to know the reasoning behind this limiting factor.
Labels |
Added:
No Code Attached Yet
|