Returns an array of outfits that belong to the service.
{server_url}/outfits
None
None
None
[
{
"name": "wedding party outfit",
"season": "summer",
"event": "formal",
"description": "It's giving Keira Knightley in 'Atonement'.",
"clothingItems": "evening gown, strappy heels, pearl clutch",
"id": "2"
},
]
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. |