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 RecipeCategory| Name | 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-11-06T04:02:54.0023391+00:00"
},
{
"$ref": "1"
}
]