snowstorm icon indicating copy to clipboard operation
snowstorm copied to clipboard

Retrieve descendants and description of each descendant

Open anhtienng opened this issue 6 months ago • 3 comments

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.

anhtienng avatar Aug 26 '24 06:08 anhtienng