forge-api-java-client icon indicating copy to clipboard operation
forge-api-java-client copied to clipboard

JobObjOutputPayloadAdvanced throws objectIds datatype error

Open AmirHossein opened this issue 7 years ago • 1 comments

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 avatar Dec 21 '17 14:12 AmirHossein

@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.

jaimerosales avatar May 15 '18 17:05 jaimerosales