-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.10-HF32, 11.3, 2021.0
-
Component/s: Annotations, Comments, Rest API
-
Tags:
-
Upgrade notes:
-
Team:PLATFORM
-
Sprint:nxplatform #16, nxplatform #17
-
Story Points:2
We want to add a new endpoint to the AnnotationAdapter allowing us to retrieve all comments of given annotations.
Such endpoint already exists but suffers from the URL length limitation as It is a GET endpoint with annotationIds as query parameters.
The endpoint to introduce would be a POST one and will take the annotationIds in the request body.
- causes
-
NXDOC-2185 Update annotation endpoint
- Resolved
- is required by
-
NEV-284 Fix annotation loading on document with 50+ annotations
- Resolved
-
JAVACLIENT-209 Add the POST /comments endpoint to annotation adapter
- Resolved
- Is referenced in