POST api/Recipie/GetAllRecipie

Request Information

URI Parameters

None.

Body Parameters

RecipieFilter
NameDescriptionTypeAdditional information
user_id

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "user_id": "ee24971a-5c3e-46e6-9799-cf5d59da15b2"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RecipieFilter'.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
status

boolean

None.

error

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.