Skip to main content

ColorsAPIResponse

API response for colors used in the REX system.

dorms objectrequired

Colors for dorms, used for display in the booklet and on the website

property name*color
groups objectrequired

Colors for groups within dorms, used for display in the booklet and on the website

property name* object
property name*color
tags objectrequired

Colors for tags, used for display in the booklet and on the website

property name*color
ColorsAPIResponse
{
"dorms": {},
"groups": {},
"tags": {}
}