Person Notes
Path
/platform/tree/persons/{pid}/notes |
|
Production: | https://api.familysearch.org/platform/tree/persons/{pid}/notes |
Beta: | https://apibeta.familysearch.org/platform/tree/persons/{pid}/notes |
Integration (Integration): | https://api-integ.familysearch.org/platform/tree/persons/{pid}/notes |
Description
The Person Notes resource defines the interface for a list of notes attached to an entity (e.g., person, relationship). The Person Notes resource is to be considered an embedded resource, and any links to this resource are to be treated as embedded links.
Operations
GET - Read the list of notes. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
||||||||||||
POST - Create 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
|
Example Requests
Create Note | How to create a note on a person. |
Read Notes | How to read the list of notes on a person. |
Update Note | How to update a note. |