Changes between Initial Version and Version 1 of Ticket #672, comment 5
- Timestamp:
- 03.10.2014 19:04:26 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #672, comment 5
initial v1 11 11 - REST APIs: When you need to include the association child topics in a response just include `include_childs=true` in the request. Your plugin must not care about loading the child topics and putting them in the response. The Core does this for you. Note: this works only if your RESTful method returns an `Association` (or a subtype) or an `Iterable<Association>` (or any Iterable subtype). See #699. 12 12 13 Does this work sfor you?13 Does this work for you?