GetAll Method from the ModelServerClient.java does not return our models #113
-
Currently trying to access all the models from our workspace using java API but the getAll method returns an empty list + some warnings in the console indicating that the models are incomplete. By calling the API directly from Postman, it retrieves all models without problem. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Can you post the result from the API call with Postman ? This would make it easier to analyze your problem. (check whether it comes from the java API layer only or from the backend and the sent data) |
Beta Was this translation helpful? Give feedback.
Can you post the result from the API call with Postman ? This would make it easier to analyze your problem. (check whether it comes from the java API layer only or from the backend and the sent data)