GET Colours/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ColourInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ColourID | integer |
None. |
|
| ColourName | string |
None. |
|
| Localisations | Collection of ColourLocalisationInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"colourID": 1,
"colourName": "sample string 2",
"localisations": [
{
"locale": "sample string 1",
"localisedName": "sample string 2"
},
{
"locale": "sample string 1",
"localisedName": "sample string 2"
}
]
}