> ## Documentation Index
> Fetch the complete documentation index at: https://dev.ownright.com/llms.txt
> Use this file to discover all available pages before exploring further.

# StatusCertificateReview

> Represents a status certificate review.

## Fields

<ResponseField name="assessment" type="StatusCertificateReviewAssessment">
  The assessment associated with the status certificate review.
</ResponseField>

<ResponseField name="completedAt" type="ISO8601DateTime">
  The date the status certificate review was completed.
</ResponseField>

<ResponseField name="completionCommitmentDate" type="ISO8601DateTime">
  The date the status certificate review was committed to be completed by.
</ResponseField>

<ResponseField name="corporations" type="[MatterCorporation!]!" required>
  The corporations associated with the status certificate review.
</ResponseField>

<ResponseField name="currentUserMatterBusinessContact" type="MatterBusinessContact">
  The currently authenticated matter business contact information (if any).
</ResponseField>

<ResponseField name="id" type="GID!" required>
  ID of the object.
</ResponseField>

<ResponseField name="participants" type="[StatusCertificateReviewParticipant!]!" required>
  The participants in the status certificate review.
</ResponseField>

<ResponseField name="property" type="Property!" required>
  The property the status certificate review is for.
</ResponseField>

<ResponseField name="shortId" type="String!" required>
  The matter's short identifier.
</ResponseField>

<ResponseField name="status" type="StatusCertificateReviewStatus!" required>
  The status of the status certificate review.
</ResponseField>

<ResponseField name="test" type="Boolean!" required>
  Whether the matter is a test matter or not.
</ResponseField>
