Read all default colors for a site by site ID.
siteid globally unique identifier Required |
None.
ID
integer
Required on Update
ID of the given color. |
SiteID
globally unique identifier
Required
ID of the site for the given color. |
Rank
integer
Required
Rank of the given color. |
Name
string
Required
Name of the given color. (Max length 50 characters) |
Code
string
Required
Hex Value of the given color. |
<Color xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>1</ID> <SiteID>7502e87d-31f6-4666-a6fa-92fd8842b85f</SiteID> <Rank>1</Rank> <Name>sample string 1</Name> <Code>sample string 2</Code> </Color>
{ "ID": 1, "SiteID": "7502e87d-31f6-4666-a6fa-92fd8842b85f", "Rank": 1, "Name": "sample string 1", "Code": "sample string 2" }