POST api/Recipie/GetAllRecipie
Request Information
URI Parameters
None.
Body Parameters
RecipieFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| user_id | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"user_id": "ff2b24c0-aa99-44cd-8d3b-574373a43222"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| status | boolean |
None. |
|
| error | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.