All REST Endpoints
Intake/Intake Integration/V1
The operations from the Intake/Intake Integration/V1 category.
- Ingest file(s) into the system
- Method: putPath:
/s1-intake-svc/rest/v1.0/inbox/upload
- Track the status of ingested document
- Method: getPath:
/s1-intake-svc/rest/v1.0/integration/status
Intake/Recipe Configuration/V1
The operations from the Intake/Recipe Configuration/V1 category.
- Create a new recipe configuration
- Method: postPath:
/s1-intake-svc/rest/v1.0/recipeconfig
- Delete a recipe configuration by recipe ID
- Method: deletePath:
/s1-intake-svc/rest/v1.0/recipeconfig/{recipeId}
- Delete a recipe configuration by recipe ID and version
- Method: deletePath:
/s1-intake-svc/rest/v1.0/recipeconfig/{recipeId}/{versionnum}
- Get a list of all recipe configurations
- Method: getPath:
/s1-intake-svc/rest/v1.0/recipeconfig
- Get a list of all recipe details
- Method: getPath:
/s1-intake-svc/rest/v1.0/recipeconfig/details
- Get a recipe configuration by recipe ID
- Method: getPath:
/s1-intake-svc/rest/v1.0/recipeconfig/{recipeId}
- Update a recipe configuration by recipe ID
- Method: putPath:
/s1-intake-svc/rest/v1.0/recipeconfig/{recipeId}
Recipe/Prediction Model/V1
The operations from the Recipe/Prediction Model/V1 category.
- Create a new prediction model
- Method: postPath:
/s1-recipe-svc/rest/v1.0/predictionmodel
- Delete prediction model by model docstore ID
- Method: deletePath:
/s1-recipe-svc/rest/v1.0/predictionmodel/{predictionmodeldmsid}
- Delete prediction model by model name and version
- Method: deletePath:
/s1-recipe-svc/rest/v1.0/predictionmodel/modelname/{modelname}/{modelversion}
- Get a list of prediction models by model name and version
- Method: putPath:
/s1-recipe-svc/rest/v1.0/predictionmodel/getattributejson
- Get All prediction models
- Method: getPath:
/s1-recipe-svc/rest/v1.0/predictionmodel
- Get prediction model by model docstore ID
- Method: getPath:
/s1-recipe-svc/rest/v1.0/predictionmodel/modeldmsid/{modeldmsid}
- Get prediction model by model doscstore ID and version
- Method: getPath:
/s1-recipe-svc/rest/v1.0/predictionmodel/{predictionModelId}/{versionNo}
- Get prediction model by model name and version
- Method: getPath:
/s1-recipe-svc/rest/v1.0/predictionmodel/modelname/{modelname}/{modelversion}
- Update prediction model by model docstore ID
- Method: putPath:
/s1-recipe-svc/rest/v1.0/predictionmodel/{predictionModelId}
Recipe/Recipes/V1
The operations from the Recipe/Recipes/V1 category.
- Create a new recipe with valid recipe JSON
- Method: postPath:
/s1-recipe-svc/rest/v1.0/recipes
- Delete the latest version of recipe by recipe ID
- Method: deletePath:
/s1-recipe-svc/rest/v1.0/recipes/{recipeId}
- Download a file using doc ID
- Method: getPath:
/s1-recipe-svc/rest/v1.0/recipes/getfilewithdocid/{docID}
- Get All recipes
- Method: getPath:
/s1-recipe-svc/rest/v1.0/recipes
- Get All recipes by recipeId
- Method: getPath:
/s1-recipe-svc/rest/v1.0/recipes/{recipeId}
- Get recipe by recipe ID and version
- Method: getPath:
/s1-recipe-svc/rest/v1.0/recipes/{recipeId}/{versionNo}
- Get the latest version of recipe by recipe ID
- Method: getPath:
/s1-recipe-svc/rest/v1.0/recipes/{recipeId}/latest
- Get the list of recipes for recipe cache
- Method: postPath:
/s1-recipe-svc/rest/v1.0/recipes/cache
- Update recipe by recipe ID with valid recipe JSON
- Method: putPath:
/s1-recipe-svc/rest/v1.0/recipes/{recipeId}
- Upload a file
- Method: putPath:
/s1-recipe-svc/rest/v1.0/recipes/uploadfile/{objectName}