/
IN
intect
/
Intect REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 11h ago · Updated 4d ago
Details
Filter operations
AbsenceInterval
6
Account
20
Audit
7
Auth
19
Backend
2
Balances
24
Companies
27
CompanyCars
5
CompanyUsers
15
CustomValues
10
DimensionValues
5
Employments
25
get
Gets a list of all employments in the company, along with many additional properties taken from the CompanyUser and User objects.
get
Gets a simplified list of all employments in the company, exposing only a few key properties.
get
/api/employments/updatedafter/{updatedAfter}
get
Gets a list of all employments in the company for the current CompanyUser, along with many additional properties taken from the CompanyUser and User objects.
get
Gets a list of all employments on the specified CompanyUser.
get
Retrieves detailed information about the specified employment.
put
Updates an existing employment.
post
Creates a new employment for the specified company user.
patch
Updates an existing employment.
post
Creates new employments for specified company users and updates existing employments.
delete
Deletes the specified employment. Only allowed if the employment has no finalized payslips or other data that must be preserved.
get
Retrieves a list of previously used titles for employments in the currently active company.
get
Retrieves a list of tax cards for the specified employment.
post
Submits a request for updated tax card information.
get
Retrieves the currently active tax info for the specified employment.
put
Updates a tax information record. Note that for now, only the monthly deduction can be updated. The daily and weekly values will be modified accordingly. This method can only be used for tax cards that were created manually with a POST call, not tax cards retrieved from E-Income.
post
Creates a new tax information record (tax card).
patch
Updates a tax information record. Note that for now, only the monthly deduction can be updated. The daily and weekly values will be modified accordingly. This method can only be used for tax cards that were created manually with a POST call, not tax cards retrieved from E-Income.
put
Updates an employment to match their currently set template.
post
Gets a list of employments in the currently active company (i.e. CompanyUsers), exposing only a few key properties. This method is exposed as POST, allowing you to submit a set of filters and parameters in the request body.
get
Get employment configuration record for defined employment.
put
Update employment configuration record for defined employment.
post
Create employment configuration record for defined employment.
delete
Delete employment configuration record for defined employment.
get
Get list of Norway occupation codes
EmploymentTemplates
30
Expense
13
Formulae
9
Holidays
6
Import
8
ImportMapping
15
Insights
22
Integrations
43
Miscellaneous
14
Modules
4
PaymentPlanRecipient
6
Preferences
4
Reports
10
SalaryBatches
30
SalaryCycles
14
SalaryLedgers
6
SalaryRecords
14
SalaryStatements
22
SalaryTypes
21
Startuptasks
4
StaticData
156
TimeEntry
19
TimeEntryTypes
19
Users
18
Employments
Retrieves a list of previously used titles for employments in the currently active company.
get
/api/employments/titles
Response
OK
string[]
required
Changes