V1 REST Endpoints
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}