List partner-visible issues for an incorporation. Active issues are returned by default. Issues are read-only over the Partner API; fix the underlying intake, participant, or document data to resolve them.
status=resolved for resolved issues or status=all for the full issue history.
issue.id is stable for one correction episode.incorporation.issue.created is emitted when that episode starts.incorporation.issue.resolved is emitted once when that episode is resolved.incorporationStatus return blocked. Read Get incorporation status to see which issues are currently blocking the case and, when Commenda has assigned a stage, which stage they block.
| Code | Meaning |
|---|---|
missing_information | Required information is missing. |
invalid_information | Submitted information is present but invalid or inconsistent. |
document_required | A required document has not been linked. |
document_invalid | A linked document could not be accepted. |
company_name_rejected | A proposed company name was rejected or cannot be used. |
other | General issue not covered by a more specific code. |
scope tells you where the issue applies.
| Scope type | Meaning |
|---|---|
incorporation | The issue applies to the overall incorporation. |
intake_field | The issue applies to an intake field validation path, such as companyNames.companyNameOptions. |
participant | The issue applies to a registered participant. |
participant_document | The issue applies to a participant document kind or linked file. |
file | The issue applies to a registered file. |
stageId. When present, it matches a stage returned by the status workflow and is used to attach the issue to that stage in the status response.
Example response:
Incorporation identifier returned by create or list endpoints.
Filter issues by status. Defaults to active.
active, resolved, all