Hello
I'm completely new with API calls. Our tasks is to download all data from API from development server using Data Factory in azure ( but data factory is not an issue here ). I got https://dev-mar3.opentext.cloud/swagger-ui/ received login and password to create session. I make initial request POST to get sessionId and token and then further request. We are able to GET data from methods where there is not require to pass any parameter to API call like I can download data from brandings, collections, users etc - I mean from these methods that do not require passing parameters. But when there is a need to pass a parameter. I have an issue
But mainly I would like to get full list of ASSETS and I completely have no idea about how to form a request. Can anyone help. From the docs it seems that passing selection_context is required ? I'm really fresh to API calls. Or maybe there is any good documentation somewhere over here ? Thanks