A REST API call retrieves data from a person.
It works fine but the photo (format = Picture, stored in database) is not returned.
This field is missing in the response.
According to a tip on the forum, DOCDATA should be used in the attribute.
WebResult.Photo=Person.Photo.DOCDATA
But this doesn't work.
How to get the binary data of the picture in the response?
regards
Jannes