Parse a ReqIF document into a flow-shaped preview
Resolves a ReqIF document against an optional import mapping and returns the entities it describes (identifier, flow type, field values — with XHTML fields converted to rich-text JSON), the hierarchy/relation links, and the file-derived default schema. No entities are created; this is a read-only preview of what an import would produce.
Authorizations
Headers
Workspace identifier
Body
The ReqIF document XML to parse. Either the raw contents of a .reqif file or the body of its CORE-CONTENT — the parser reads DATATYPES, SPEC-TYPES, SPEC-OBJECTS, SPECIFICATIONS and SPEC-RELATIONS.
Optional import mapping that renames reqif types/fields to flow names and configures per-field behaviour (extract_string, multiple_choice, convert_to, enum tag renames). Omit to use the reqif names verbatim (equivalent to the file-derived default schema).