snowstorm
snowstorm copied to clipboard
Retrieve descendants and description of each descendant
Hi,
-
I am trying to retrieve all descendants of a concept using its ID as follows:
'baseUrl/edition/version/concepts/id_of_parent_concept/descendants
. -
However, the result does not include the synonyms of descendants.
-
Therefore, looping for each descendant, I will find the descriptions (including its synonyms) using:
baseUrl/browser/edition/version/concepts/id_of_descendant
. -
However, this implementation is slow and leads to
time-out
blocking (maybe because I retrieved a lot descendants).
Please suggest me the better way to do this. Thank you.