# TestingChapters_SmartDocument Endpoint: GET /v2/food/testing-chapters/{chapterId}/smart-document Version: 2.0 ## Path parameters: - `chapterId` (string, required) ## Response 200 fields (application/json): - `chapterId` (string) - `productTypeId` (string) - `chapterType` (string,null) - `chapterName` (string,null) - `ownerCompanyId` (string) - `creationDateUtc` (string) - `lastUpdateDateUtc` (string) - `tagIds` (array,null) - `version` (object) - `version.number` (integer) - `version.historyId` (string) - `version.activeVersion` (boolean) - `version.lastVersion` (boolean) - `chapterStatus` (string) Enum: "draft", "published", "locked" - `chapterProgress` (string) Enum: "none", "toFill", "inProgress", "validated" - `sections` (array,null) - `sections.sectionId` (string) - `sections.sectionStatus` (string) Enum: "none", "toFill", "inProgress", "validated" - `sections.blocks` (array,null) - `sections.blocks.blockId` (string) - `sections.blocks.json` (string,null) - `sections.blocks.readOnlyFieldIds` (array,null) - `sections.validatedByCompanyIds` (array,null) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields