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

<ResponseField name="documentId" type="string">
  ID of the document this revision belongs to.
</ResponseField>

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

<ResponseField name="revisionNumber" type="number">
  Revision number (incrementing integer).
</ResponseField>

<ResponseField name="revisionBeforeId" type="string" post={["nullable"]}>
  Identifier of the previous revision this revision replaced. (optional)
</ResponseField>

<ResponseField name="timeLastOpened" type="string" post={["nullable"]}>
  Last opened time for the revision (ISO 8601).
</ResponseField>

<ResponseField name="signerId" type="string">
  Signer who is associated with this revision.
</ResponseField>

<ResponseField name="isSigned" type="boolean">
  Set to `true` if this revision has been signed.
</ResponseField>

<ResponseField name="timeSigned" type="string" post={["nullable"]}>
  Time the revision was signed (ISO 8601).
</ResponseField>

<ResponseField name="address" type="string" post={["nullable"]}>
  Address metadata captured on sign. (optional)
</ResponseField>

<ResponseField name="latitude" type="string" post={["nullable"]}>
  Latitude coordinate captured on sign. (optional)
</ResponseField>

<ResponseField name="longitude" type="string" post={["nullable"]}>
  Longitude coordinate captured on sign. (optional)
</ResponseField>

<ResponseField name="state" type="string">
  State of the revision (for example: signed, pending).
</ResponseField>
