On this page
Retrieve the specified baking by its id
GET /api/v1/bakings/{id}Required Scopes
None (public endpoint).
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
id |
path | yes | integer |
Request Body
None.
Responses
200
single baking
Schema: baking_output
baking_output
| Field | Type | Required | Description |
|---|---|---|---|
id |
integer | yes | |
name |
string | yes | |
description |
string | yes | |
description_html |
string | yes | |
status |
string | yes | |
serving |
integer | yes | |
prepared_at |
string | yes | |
recipe |
recipe_output |
yes | |
likes_count |
integer | yes | |
boosts_count |
integer | yes | |
liked |
boolean | yes | |
boosted |
boolean | yes | |
published_at |
string | yes | |
account |
account_output |
yes | |
media |
array[medium_output] |
yes |
Prev
Create a new baking
