-
Notifications
You must be signed in to change notification settings - Fork 2
Database
Emily Parkes edited this page Mar 20, 2023
·
4 revisions
Expected Response:
[
{
"id": 1,
"clayId": 1,
"clay": "White",
"shapeId": 5,
"shape": "Vase",
"statusId": 2,
"status": "Leather Hard",
"weightLeatherHard": 0,
"weightBoneDry": 0,
"weightBisqueFired": 0,
"weightGlazed": 0,
"weightComplete": 0,
"dateCreated": "2020-06-15T13:45:30",
"dateComplete": "2020-07-15T13:45:30",
"description": "Creations by emily is great",
"note": "Glaze with criss-cross pattern and details in black and white.",
"name": "Le Vase",
"imgLeatherHard": null,
"imgBisqueFired": null,
"imgGlazed": null,
"imgComplete": "/images/vase.png",
"imgGallery": null,
"glazes": [
{
"id": 1,
"glaze": "Clear"
},
{
"id": 10,
"glaze": "White"
},
{
"id": 11,
"glaze": "Peach"
}
]
}, ...