# Include fields

This page describes possible include fields which returns additional metadata for each document in GET documents from queue, workspace and organization endpoints.

| Include field        | Description                                                                                           |
| -------------------- | ----------------------------------------------------------------------------------------------------- |
| queue-metadata       | Returns queue type eg. `received-invoices` and queue name                                             |
| workspace-metadata   | Returns workspace ID and name                                                                         |
| lock-status          | Returns information whether document is locked by someone and if so returns user ID and email address |
| approval-data        | Returns information about approval process of document                                                |
| document-duplicities | Returns boolean information whether document has duplicities in the system                            |
| last-status-change   | Returns information about user who last made change to document status                                |
| attachment-count     | Returns boolean whether document has some attachments                                                 |
| document-url         | Returns document URL in Digitoo                                                                       |
| share-status         | Share status of the document including a link for sharelink                                           |
| page-images          | Adds all page images of document                                                                      |
| page-edits-history   | Adds all page edits history in case of splitted document                                              |
| ocr-data             | Includes raw OCR data of whole document                                                               |
