Flow to link content through csv file:
- read textbook data by id (/content/v3/hierarchy)
- validate the dial codes provided in csv file with textbook data.
- get the framework Id from textbook data and get framework data (/framework/v3/read)
- validate the topics provided in csv file with the framework data.
- validate the content ids provided in csv file (/composite/v3/search)
- once validation done, create the request and update the hierarchy (/content/v3/hierarchy/update)
- once hierarchy got updated call dial code link api (/content/v3/dialcode/link) to link the dial code.
{"serverDuration": 237, "requestCorrelationId": "3d30ddf17cd740de9fa3675811d72da5"}