Pontotel Entities¶
Overview¶
The Pontotel APIs organize data into entities that represent the main concepts of the time management and HR system.
Main Entities¶
-
Users
System access accounts
-
Employees
People who work at the company
-
Employers
Companies and organizations
-
Workplaces
Physical locations where work is performed
-
User Groups
Organization and permissions
-
Schedules & Shifts
Work schedules and shifts
-
Vacations
Vacation period management
-
Absences
Absence and leave records
Entity Relationships¶
erDiagram
EMPLOYER ||--o{ EMPLOYEE : employs
EMPLOYER ||--o{ WORKPLACE : has
EMPLOYEE ||--o{ USER : "can have"
EMPLOYEE ||--o{ SCHEDULE : "is assigned"
EMPLOYEE ||--o{ VACATION : requests
EMPLOYEE ||--o{ ABSENCE : records
WORKPLACE ||--o{ EMPLOYEE : "works at"
USER_GROUP ||--o{ USER : contains Common Patterns¶
All entities follow consistent patterns:
Listing¶
| Text Only | |
|---|---|
Details¶
| Text Only | |
|---|---|
Creation¶
| Text Only | |
|---|---|
Update¶
Deletion¶
| Text Only | |
|---|---|
Next Steps¶
Explore each entity in detail: