CET Group
Prototype: This resource is currently in a prototype development state. It may or may not be operational and the
interface may change prior to release. Feedback is welcome.
Path
/platform/groups/{groupid} |
|
Production: | https://api.familysearch.org/platform/groups/{groupid} |
Beta: | https://apibeta.familysearch.org/platform/groups/{groupid} |
Integration (Integration): | https://api-integ.familysearch.org/platform/groups/{groupid} |
Description
The Group resource provides the interface to read and delete a CET group.
A CET group is represented as a Gedcomx Group.
Operations
GET - Read a CET group. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
|||||||||
POST - Update a CET group. 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 CET group. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
Example Requests
We haven't created any example requests yet.