# ProductionChapters_SmartDocumentStructure Endpoint: GET /v2/food/production-chapters/{chapterId}/smart-document-structure Version: 2.0 ## Path parameters: - `chapterId` (string, required) ## Query parameters: - `languageCode` (string) ## Response 200 fields (application/json): - `chapterName` (string,null) - `chapterType` (string,null) - `sections` (array,null) - `sections.sectionId` (string) - `sections.sectionCode` (string,null) - `sections.sectionName` (string,null) - `sections.userGuide` (string,null) - `sections.blocks` (array,null) - `sections.blocks.blockId` (string) - `sections.blocks.blockCode` (string,null) - `sections.blocks.jsonSchema` (string,null) - `sections.blocks.uiSchema` (string,null) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields