Get Binary Supporting Document Data

  1. Get the Bytes URL:

    1. From a list of photos, access response[i].person.additionalPhotos[j].links.bytes

    2. From a person resource, access response.additionalPhotos.{additionalPhotoType.name}.links.bytes
      example: response.additionalPhotos.Signature.links.bytes

  2. 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}