- This topic has 1 reply, 2 voices, and was last updated 5 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 8.21, WP REST API
Is there currently any way to get the categorys associated to a an entry via the wp-api?
There is an entry route and a category route, but there seems to be no association between those two.
The CN_REST_Entry_Controller doesn’t seem to output the categories for a an entry.
@ Rouven
The WP REST API should not be relied on at this point as it is very much a work in progress. Actually is has stalled while I modernize some of the code code for entries.
To set entry-term relationships use the cnTerms::setTermRelationships()
method.
Hope this helps! Let me know.
You must be logged in to reply to this topic.