Hi,
The lateset version of the Java Platform Client SDK has methods to get all the versions of a schema declared as e.g.:
public DataSchema getTaskmanagementWorkitemsSchemaVersions(String schemaId) throws IOException, ApiException {
return getTaskmanagementWorkitemsSchemaVersions(createGetTaskmanagementWorkitemsSchemaVersionsRequest(schemaId));
}
However, looking at the API explorer, what I assume is the equivalent endpoint (get /api/v2/taskmanagement/workitems/schemas/{schemaId}/versions) returns a list of DataSchema objects - which is what I would expect, tbh, given the name of the function.

Is the SDK declaration wrong and if so, when could we expect to see it corrected?
#PlatformAPI#PlatformSDK------------------------------
Austen Jackson
Software Architect
------------------------------