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

# Document status

<ResponseField name="packageId" type="string">
  Unique identifier for the package.
</ResponseField>

<ResponseField name="documentId" type="string">
  Unique identifier for the document.
</ResponseField>

<ResponseField name="fileId" type="string">
  Unique identifier for the file associated with the document.
</ResponseField>

<ResponseField name="externalId" type="string" post={["nullable"]}>
  External system identifier for the document, if available.
</ResponseField>

<ResponseField name="name" type="string">
  Name of the document.
</ResponseField>

<ResponseField name="fileName" type="string">
  File name of the document.
</ResponseField>

<ResponseField name="order" type="number">
  Order of the document in the package.
</ResponseField>

<ResponseField name="isExecuted" type="boolean">
  Set to `true` if document has been signed by all signers.
</ResponseField>

<ResponseField name="revisions" type="object[]">
  List of revisions for the document.

  <Expandable title="Properties">
    <ResponseField name="packageId" type="string">
      Unique identifier for the package.
    </ResponseField>

    <ResponseField name="documentId" type="string">
      Unique identifier for the document.
    </ResponseField>

    <ResponseField name="revisionId" type="string">
      Unique identifier for the revision.
    </ResponseField>

    <ResponseField name="signerId" type="string">
      Unique identifier for the signer.
    </ResponseField>

    <ResponseField name="link" type="string">
      Link for signer to sign their revision of document.
    </ResponseField>

    <ResponseField name="isNext" type="boolean">
      Set to `true` if signer is next signer in sequential signing.
    </ResponseField>

    <ResponseField name="isSigned" type="boolean">
      Set to `true` if signer has signed their revision of document.
    </ResponseField>
  </Expandable>
</ResponseField>
