GET /v3/colores/{id}
Color por Id.
Request
Path parameters
Name | Type | Constraints | Descripción |
---|---|---|---|
id | integer (int32) |
Required |
Id del color |
Responses
HTTP-StatusCode 200
OK
{ "Nombre": "Blue", "HtmlColor": "#0000ff", "_links": { "rel1": { "href": "/v3/colores/somevalue" } } }
{ "href": "/v3/colores/somevalue", "title": "Blue" }
HTTP-StatusCode 404
El color, no existe.