Get person photo
Returns the person's attached photo. Empty slots return 404.
Authentication
X-Client-Secretstring
Client secret for read-only service-to-service access (no writes)
Path parameters
personId
Canonical person UUID
Response
OK
cdnUrl
Resolved API CDN URL
mediaType
Target media domain
path
Attached managed storage path; never an external image URL
firstUploadedAt
Earliest recorded write timestamp for this media asset slot from res_provenance_event (when this entity/person/news first received any image in this slot).
provenance
Latest write source for this media asset slot from res_provenance_event. changedAt is the last-modified timestamp of the current attached file.
targetId
Attached entity/person/news target id, when known
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
406
Not Acceptable Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error