cURL
curl --request GET \ --url http://localhost:3001/pots
{ "name": "Pot 1", "color": "Red", "sizes": [ "10cm", "15cm", "20cm" ], "grains": [ "100", "200", "300" ], "material": { "glaze": "Matte", "hardness": 5 } }
Returns all pots accessible to the user.
The type of pot to return
clay
plastic
ceramic
Pot response
The material of the pot
Show child attributes
Was this page helpful?