Get the list of recipes for recipe cache

post

/s1-recipe-svc/rest/v1.0/recipes/cache

Retrieves a list of recipes for recipe cache based on the given RecipeRequest. Restricted to the Intake Designer role.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: array
Show Source
Nested Schema : RecipeRequest
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : RecipeInfo
Type: object
Show Source
Nested Schema : ClassificationInfo
Type: object
Show Source
Nested Schema : DocProcessInfo
Type: object
Show Source
Nested Schema : IntakeConfig
Type: object
Show Source
Nested Schema : subRecipes
Type: array
Show Source
Nested Schema : tokenList
Type: array
Show Source
Nested Schema : SubRecipes
Type: object
Show Source
Nested Schema : Token
Type: object
Show Source
Nested Schema : businessRules
Type: array
Show Source
Nested Schema : FieldsToExtract
Type: object
Show Source
Nested Schema : languages
Type: array
Show Source
Nested Schema : ocrrules
Type: object
OCR Rules
Show Source
Nested Schema : details
Type: array
Show Source
Nested Schema : FieldDetails
Type: object
Show Source
Nested Schema : modelMappingList
Type: array
Show Source
Nested Schema : ocrFieldMappingList
Type: array
Show Source
Nested Schema : ModelMapping
Type: object
Show Source
Nested Schema : ModelMetaData
Type: object
Show Source
Nested Schema : modelFieldMapping
Type: array
Show Source
Nested Schema : ModelFieldMapping
Type: object
Show Source
Nested Schema : OCRFieldMapping
Type: object
Show Source

401 Response

Unauthorized User
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details

404 Response

Recipe not found
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details

500 Response

Internal Server Error
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details
Back to Top