GET api/CustomV2/GetRecipeCategories?category={category}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
category | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RecipeCategoryName | Description | Type | Additional information |
---|---|---|---|
recipeID | integer |
None. |
|
recipeType | string |
None. |
|
title | string |
None. |
|
titlees | string |
None. |
|
image | string |
None. |
|
updatedBy | string |
None. |
|
modifiedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "recipeID": 1, "recipeType": "sample string 2", "title": "sample string 3", "titlees": "sample string 4", "image": "sample string 5", "updatedBy": "sample string 6", "modifiedDate": "2025-04-01T11:31:34.352383+00:00" }, { "$ref": "1" } ]