GET
/
api
/
v1
/
projects
/
{projectUuid}
/
spotlight
/
table
/
config
{
  "results": {
    "columnConfig": [
      {
        "isVisible": true,
        "column": "label"
      }
    ]
  },
  "status": "ok"
}

Path Parameters

projectUuid
string
required

Response

Success

results
object
required

From T, pick a set of properties whose keys are in the union K

status
enum<string>
required
Available options:
ok