Person Memories Portrait
Path
/platform/tree/persons/{pid}/portrait |
|
Production: | https://api.familysearch.org/platform/tree/persons/{pid}/portrait |
Beta: | https://apibeta.familysearch.org/platform/tree/persons/{pid}/portrait |
Integration (Integration): | https://api-integ.familysearch.org/platform/tree/persons/{pid}/portrait |
Operations
GET - Get the location of the portrait image. A successful invocation will return a 307 redirect to the image. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
|||||||||
DELETE - Delete a portrait. The delete operation will only remove the current user's portrait selection, meaning the user may still see a "default" portrait that was selected by another user. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
Example Requests
Delete Person Portrait Selection | How to delete the portrait selection of a user for a person. |
Read Person Portrait | How to read a portrait for a person. |
Read Person Portrait With Default | How to read a portrait for a person with a default image. |