GET
/v1/private/workspaces/configurationsGet workspace configurationGet workspace configuration
Responses
objectWorkspaceConfiguration
color_mapobjectWorkspace-level color map. Maps label names to hex color values (e.g. #FF0000). Max 10000 entries.
timeout_to_mark_thread_as_inactivestringDuration in ISO-8601 format (e.g., PT30M for 30 minutes, PT2H for 2 hours, P1D for 1 day). Minimum precision supported is seconds, please use a duration with seconds precision or higher. Also, the max duration allowed is 7 days.
truncation_on_tablesbooleanEnable or disable data truncation in table views. When disabled, the frontend will limit pagination to prevent performance issues. Default: true (truncation enabled).
{
"color_map": {
"additionalProp1": "string"
},
"timeout_to_mark_thread_as_inactive": "string",
"truncation_on_tables": true
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}