Get Binary Supporting Document Data
Get the Bytes URL:
From a list of photos, access
response[i].person.additionalPhotos[j].links.bytes
From a person resource, access
response.additionalPhotos.{additionalPhotoType.name}.links.bytes
example:response.additionalPhotos.Signature.links.bytes
Request the binary supporting document data:
URI:Â {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}