Skip to main content
POST
Commit a ReqIF import with the chosen mapping

Authorizations

X-API-Key
string
header
required

Headers

customer
string
required

Workspace identifier

Path Parameters

projectId
string
required
jobId
string
required

Body

application/json
branch_name
string
required

Name for the branch the import lands on.

clauses
object[]
required

The mapping clauses the wizard configured, in precedence order (the first clause matching an object wins). Each clause names the target Flow category, the ReqIF value that becomes the Source ID, the Flow field the object is matched against, the per-attribute field mappings, the enum-option mappings, and an optional disambiguation filter. ReqIF types with no clause are skipped.

base_branch_id
string

Base branch to fork the import branch from. Omit or "master" for the base branch.

Per-ReqIF-link-type direction choice. Absent link types default to downstream.

parent_id
string

Optional Flow parent entity to nest imported roots under.

Response

200 - application/json
id
string
required
items_done
number
required
phase
string
required
status
enum<string>
required
Available options:
awaiting_upload,
parsing,
parsed,
importing,
succeeded,
failed,
cancelled
branch_id
string | null
branch_name
string | null
items_total
number | null
last_error
string | null
last_error_reference
string | null
schema
object | null

File-derived schema for the mapping wizard (once parsed).