Get Binary Photo Data
Get the photo bytes URL
From a list of photos, access
response[n].links.bytes
From a person resource, access
response.currentPhoto.links.bytes
Request the binary photo data with the following request.
URI:Â {Photo Bytes URL}
HTTP Method:Â GET
Example HTTP Request Body
{EMPTY}
Example Response
200 OK
Content-Type: image/jpeg;charset=utf-8
BODY: {BINARY JPEG CONTENT}