Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction:

...

API NameCurrent APIProposed APIDetails
Hierarchy ReadGET - content/v3/hierarchy/<sectionId>GET - content/v3/hierarchy/textbookId/<bookmarkId>With the current data model for a textbook, textbook's section is also a node in the graph. so, we don't need the textbook to identify the section. But, with the proposed design, we need to know the textbook and section id to fetch section details.

...