Skip to main content

get_clock_list

Get all business clock configurations for this tenant. Business clocks define SLA schedules and working hours.
Property
Read-onlyYes

Parameters

None.

Returns

A list of ConfigClock objects with clock details including ID, name, and schedule configuration.

create_clock

Create a new business clock configuration.
Property
Read-onlyNo

Parameters

ParameterTypeRequiredDescription
namestringYesClock name.

Returns

The created ConfigClock. Requires super admin.

update_clock

Update an existing business clock configuration. Only provided fields are updated.
Property
Read-onlyNo

Parameters

ParameterTypeRequiredDescription
clockIdstringYesThe clock ID. Use get_clock_list.
namestringNoNew clock name.

Returns

The updated ConfigClock. Requires super admin.

delete_clock

Delete a business clock configuration.
Property
Read-onlyNo

Parameters

ParameterTypeRequiredDescription
clockIdstringYesThe clock ID. Use get_clock_list.

Returns

A confirmation message. Requires super admin.