Is your feature request related to a problem? Please describe.
When exporting the text analysis result for a document, we get the document identifier by document name. We need this for requesting the typesystem or for previous product versions that did not support exporting the result by document name only.
However, now, if we supply the typesystem and use a current product version, we no longer need to get the document identifier at all.
Describe the solution you'd like
Only get document identifier if the typesystem is not supplied or/and we use an older product version.
Additional context
Want to reduce the number of requests for exporting results for whole collections one document at a time.
Is your feature request related to a problem? Please describe. When exporting the text analysis result for a document, we get the document identifier by document name. We need this for requesting the typesystem or for previous product versions that did not support exporting the result by document name only. However, now, if we supply the typesystem and use a current product version, we no longer need to get the document identifier at all.
Describe the solution you'd like Only get document identifier if the typesystem is not supplied or/and we use an older product version.
Additional context Want to reduce the number of requests for exporting results for whole collections one document at a time.