Hi,
I hope I haven't missed anything obvious.
This call in CS 23.4 (and I think all the way up to 24.4) works just fine (servers are VMs):
https://server6/otcs/cs.exe/api/v2/nodes/2000/nodes?fields=properties{parent_id,id,name,type,mime_type,create_date,modify_date}&fields=versions{id,version_number}
The same call in 25.1 deployed as containers returns a '400 Bad Request' error.
The only way to make the call work is to change so the properties fields and version fields are not explicitly named, e.g.:
https://server/cs/cs/api/v2/nodes/2000/nodes?fields=properties
I'm not convinced the 'fields=versions' returns any data tho it is in the documentation.
Can anyone explain what has changed, and where the change is documented?
thanks
Paul