When I query the v3 solutions api I am unable to retrieve all the solutions defined in my manage engine instance. I did set the body for the post request i.e set input_data
- {"list_info": {"row_count": 50, "start_index": 1, "get_total_count": true }}
- I see data returned only under one topic as an example.
- The total count returned in the response is equal to the solutions i get back from the API although there are more solutions available in the instance.
Additionally, I am able to query each every individual solution though using /api/v3/solutions/{solutionId} and so it doesnt look like its a technician permission issue.