Person Note
Path
/platform/tree/persons/{pid}/notes/{nid} |
|
Production: | https://api.familysearch.org/platform/tree/persons/{pid}/notes/{nid} |
Beta: | https://apibeta.familysearch.org/platform/tree/persons/{pid}/notes/{nid} |
Integration (Integration): | https://api-integ.familysearch.org/platform/tree/persons/{pid}/notes/{nid} |
Description
The Person Note resource defines the interface for a note attached to a person. The Person Note resource is to be considered an embedded resource, and any links to this resource are to be treated as embedded links.
Operations
GET - Read a note. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
|||||||||||||||
POST - Update a note. Produces - Specify a returned data format using the
Accept
header.
Consumes - Specify the incoming data format using the
Content-Type header.
Parameters
Status Codes
|
|||||||||||||||
DELETE - Delete a note. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
Example Requests
Delete Note | How to delete a note. |
Read Note | How to read a note on a person. |