GET/spaces/api/v1/spaces/options/styling.json

retrieves the options for this space

Request Examples

Example Request

GET
/spaces/api/v1/spaces/options/styling.json
curl --request GET \
     --url https://{site_name}.teamwork.com/account.json

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
  • Code
    500
    Type
    object
    Schema
    Description
    500 Internal Server Error

Examples

200 OK

Options
{
  "styling": {
    "colors": [
      {
        "spaceColor": "string"
      }
    ],
    "icons": [
      {
        "icon": "string"
      }
    ]
  }
}