coordinista-service

Get all clothing items

Returns an array of clothing items that the service uses to make up all the outfits.

URL


{server_url}/clothing

Parameters

None

Request headers

None

Request body

None

Return body

[ 
  {
      "name": "sneakers",
      "type": "footwear",
      "color": "white",
      "description": "Trusty pair of shoes",
      "outfits": ["picnic outfit"],
      "id": 11
    },
]

Return status

Status value Return status Description
200 Success Requested data updated successfully
404 Error Specified task record not found
ECONNREFUSED N/A Service is offline. Start the service and try again.