forge-api-java-client
forge-api-java-client copied to clipboard
JobObjOutputPayloadAdvanced throws objectIds datatype error
Calling Advanced ExtractGeomerty throws exception in attachment exception.txt
By exception and sample here , it seems JobObjOutputPayloadAdvanced.objectIds
should be List<Integer>
, while it is List<String>
. So HTTP request body will be different.
@AmirHossein do you have a pull request for this? Curious to know if you were able to make it work by switching it to a List of Integers, which makes sense.