post http://localhost:9100/api/versioned/v1/projects
This endpoint requires a body parameter describing the project to create, expressed as either raw JSON input or a JSON file. It must include a name, type, and unifiedDatasetName. It can include an optional description and externalId.
Example:
[
{
"name": "Project 1",
"description": "Mastering Project",
"type": "DEDUP",
"unifiedDatasetName": "Project 1 - Unified Dataset",
"externalId": "Project 1"
}
]
The project types follow.
Type | Description |
---|---|
DEDUP | Mastering project |
GOLDEN_RECORDS | Golden records project |
CATEGORIZATION | Categorization project |
SCHEMA_MAPPING_RECOMMENDATIONS | Schema mapping project |
On success, this call returns a project object describing the created project.