> ## 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.

# StatusCertificateReviewAssessmentSection

> A status certificate review assessment section.

## Fields

<ResponseField name="clientDescription" type="String">
  The client description of the assessment section.
</ResponseField>

<ResponseField name="handle" type="String!" required>
  The handle of the assessment section.
</ResponseField>

<ResponseField name="questions" type="[StatusCertificateReviewAssessmentQuestion!]!" required>
  The questions of the assessment section.
</ResponseField>

<ResponseField name="rating" type="StatusCertificateReviewAssessmentSectionRating">
  The rating of the assessment section.
</ResponseField>

<ResponseField name="title" type="String!" required>
  The title of the assessment section.
</ResponseField>
