# Dagboeken Geeft alle beschikbare dagboeken (DagboekModel) terug uit een administratie. Voor deze operatie zijn de volgende scopes benodigd: - boekhouden:read - Catalog: `SnelStart` - Schema: `Grootboek` This is a read-only table. The SnelStart API may not support changing the data or the Invantive UniversalSQL driver for SnelStart does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the SnelStart API. ## Table Columns The columns of the table `Dagboeken` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `id` | `guid` | ID | ☐ | De publieke sleutel (public identifier, als <a href="https://docs.microsoft.com/en-us/dotnet/api/System.Guid?view=netframework-4.6.2" target="_blank">System.Guid</a>) dat uniek een object identificeert. | | `nonactief` | `char` | Inactive | ☐ | Een vlag dat aangeeft of het dagboek niet meer actief is binnen de administratie. Indien <see langword="true" />, dan kan het dagboek als "verwijderd" worden beschouwd. | | `nummer` | `int32` | Number | ☐ | Het nummer van het dagboek | | `omschrijving` | `varchar2` | Description | ☐ | De omschrijving van het dagboek. | | `soort` | `varchar2` | Type | ☐ | Het dagboek soort. |