{% note tip "" %}
Choose a tool for developing with an AI agent:
- use Alaio Vibecode to build an app for Bitrix24 from a task description without knowing any programming language. The agent writes the code and deploys the app to a server, with no manual hosting setup
- use the MCP server to develop a REST API integration in your own project. The agent refers to the official REST documentation
{% endnote %}
The work schedule defines the mode and duration of employees' work. You can retrieve the work schedule settings using the method timeman.schedule.get.
Quick navigation: All Methods
User documentation: Work Schedules
- Determine the work schedule identifier
- Retrieve the schedule configurations using the timeman.schedule.get method
- Use the retrieved configurations when calculating work hours, shifts, or checking employee availability
id — the work schedule identifier. You can find it in the Bitrix24 interface on the Employees > Time and Reports > Work Schedules page.
Pass id to the timeman.schedule.get method to retrieve the schedule configurations, shifts, calendar, and violation rules.
Scope:
timemanWho can execute the method: any user
#| || Method | Description || || timeman.schedule.get | Retrieves the work schedule by ID || |#