Source Folder
Path
/platform/sources/collections/{udcid} |
|
| Production: | https://api.familysearch.org/platform/sources/collections/{udcid} |
| Beta: | https://apibeta.familysearch.org/platform/sources/collections/{udcid} |
| Integration (Integration): | https://api-integ.familysearch.org/platform/sources/collections/{udcid} |
Description
The Source Folder resource defines the interface for a source folder. This resource is used to read, update and delete a source folder. The default source folder is the folder without a name. If a folder isn't specified when a source is attached, the source will be put in the default folder.
Operations
|
GET - Get a user-defined collection. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
|||||||||
|
POST - Update a user-defined collection. 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 user-defined collection. Produces - Specify a returned data format using the
Accept
header.
Parameters
Status Codes
|
Example Requests
| Delete Source Folder | How to delete a source folder. |
| Read Source Folder | How to read a source folder. |
| Update Source Folder | How to update a source folder. |