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": "ff2b24c0-aa99-44cd-8d3b-574373a43222"
}

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.