API for import and export codebooks
Authentication
A standard token-based authentication is to be used to access this API.
Download a codebook from a database
You can download codebooks from an existing database by calling the following Endpoints:
        CODE
    
    GET /api/v2/projects/{db_hash}/api/codebook/exportThis one will download an optimized version of the codebook. DataTile will try to detect naming patterns in the database schema and generate an optimized codebook with ARR notation.
        PY
    
    GET /api/v2/projects/{db_hash}/api/codebook/export-labUpload a codebook to a database
POST an Excel file as mime/multipart to the following endpoint
        CODE
    
    POST /api/v2/projects/{projectId}/api/codebook/import