API for a tool to craftsmen used to register working hours, material usage and quality assurance. # Endpoint The endpoint `https://app.apacta.com/api/v1` should be used to communicate with the API. API access is only allowed with SSL encrypted connection (https). # Authentication URL query authentication with an API key is used, so appending `?api_key={api_key}` to the URL where `{api_key}` is found within Apacta settings is used for authentication # Pagination If the endpoint returns a `pagination` object it means the endpoint supports pagination - currently it's only possible to change pages with `?page={page_number}` but implementing custom page sizes are on the road map. # Search/filter Is experimental but implemented in some cases - see the individual endpoints' docs for further explanation. # Ordering Is currently experimental, but on some endpoints it's implemented on URL querys so eg. to order Invoices by `invoice_number` appending `?sort=Invoices.invoice_number&direction=des
https://app.apacta.com/api/v1290 endpoints available
/pingCheck if API is up and API key works
/formsRetrieve array of forms
/formsAdd new form
/rolesGet a list of roles
/usersGet list of users in company
/usersAdd user to company
/citiesGet list of cities supported in Apacta
/eventsShow list of events
/eventsCreate event
/offersView list of offers
/offersAdd new offer
/reports/vendorsGet a list of vendors
/vendorsAdd a new vendor
/contactsGet a list of contacts
/contactsAdd a new contact
/expensesShow list of expenses
/expensesAdd line to expense
/invoicesView list of invoices
/invoicesAdd invoice
/productsList products
/productsAdd new product
/projectsView list of projects
/projectsAdd a project
/companiesGet a list of companies
/countriesGet list of countries supported in Apacta
/materialsView list of all materials
/materialsAdd material
/activitiesGet a list of activities
/activitiesCreate an activity
/currenciesGet list of currencies supported in Apacta
/wall_postsView list of wall posts
/wall_postsAdd a wall post
/form_fieldsAdd a new field to a `Form`
/integrationsGet integrations list
/time_entriesList time entries
/time_entriesAdd new time entry
/contact_typesGet list of contact types supported in Apacta
/driving_typesList the driving types of the company
/driving_typesCreate driving type
/expense_filesShow list of expense files
/expense_filesAdd file to expense
/expense_linesShow list of expense lines
/expense_linesAdd line to expense
/invoice_linesView list of invoice lines
/invoice_linesAdd invoice line
/payment_termsGet a list of payment terms
/wall_commentsAdd wall comment
/employee_hoursUsed to retrieve details about the logged in user's hours
/form_templatesGet array of form_templates for your company
/offer_statusesGet list of offer statuses
/offer_statusesCreate a new offer status
/forms/{form_id}View form
/forms/{form_id}Edit a form
/forms/{form_id}Delete a form
/stock_locationsList stock_locations
/stock_locationsAdd new stock_locations
/users/{user_id}View user
/users/{user_id}Edit user
/users/{user_id}Delete user
/vendor_productsList vendor products
/cities/{city_id}Get details about one city
/clocking_recordsGet a list of clocking records
/clocking_recordsCreate clocking record for authenticated user
/company_settingsGet a list of company settings
/form_field_typesGet list of form field types
/project_statusesGet list of project statuses
/project_statusesCreate a new project status
/time_entry_ratesList time entry rates
/time_entry_ratesAdd new time entry rate
/time_entry_typesList time entries types
/time_entry_typesAdd new time entry type
/companies_vendorsGet a list of companies vendors
/companies_vendorsAdd a new companies vendor
/events/{event_id}Show event
/events/{event_id}Edit event
/events/{event_id}Delete event
/offers/{offer_id}View offer
/offers/{offer_id}Edit an offer
/offers/{offer_id}Delete an offer
/payment_terms/erpGet integration payment terms list
/payment_term_typesGet a list of payment term types
/users/bulkActivateActivate multiple users
/contacts/bulkDeleteBulk delete contacts
/events/is_user_freeCheck if user is available at given datetime range
/expenses/bulkDeleteBulk delete expenses
/expenses/sendEmailsBulk delete expenses
/invoice_line_texts/Add invoice line text
/invoices/bulkDeleteBulk delete invoices
/invoices/vatOptionsList VAT options
/mass_messages_usersView list of mass messages for specific user
/products/bulkDeleteBulk delete products
/vendors/{vendor_id}Get a vendor
/vendors/{vendor_id}Edit a vendor
/vendors/{vendor_id}Delete a vendor
/financial_statisticsGet general statistics
/project_status_typesGet a list of project status types
/time_entry_intervalsList possible time entry intervals
/users/bulkDeactivateDeactivate multiple users
/activities/bulkDeleteBulk delete activities
/contacts/{contact_id}Details of 1 contact
/contacts/{contact_id}Edit a contact
/contacts/{contact_id}Delete a contact
/expenses/{expense_id}Show expense
/expenses/{expense_id}Edit expense
/expenses/{expense_id}Delete expense
/invoices/{invoice_id}View invoice
/invoices/{invoice_id}Edit invoice
/invoices/{invoice_id}Delete invoice
/products/{product_id}View single product
/products/{product_id}Edit a product
/products/{product_id}Delete a product
/projects/{project_id}View specific project
/projects/{project_id}Edit a project
/projects/{project_id}Delete a project
/time_entry_unit_typesList possible time entry unit types
/companies/{company_id}Details of 1 company
/countries/{country_id}Get details about one country
/time_entry_rule_groupsList time entry rule groups
/time_entry_value_typesList possible time entry value types
/users/resendWelcomeSmsResend Welcome SMS to the user
/expenses/highest_amountShow highest Expense amount(`total_selling_price`)
/materials/{material_id}View material
/materials/{material_id}Edit material
/materials/{material_id}Delete material
/activities/{activity_id}Edit an activity
/activities/{activity_id}Delete an activity
/currencies/{currency_id}Get details about one currency
/driving_types/bulkDeleteBulk delete driving types
/forms/undelete/{form_id}Undelete form and related entities to it
/wages/downloadSalaryFileDownload salary file
/clocking_records/checkoutCheckout active clocking record for authenticated user
/integrations/contactsSyncForce Synchronization with ERP systems
/integrations/productsSyncSync products from erp integration
/offer_statuses/bulkDeleteBulk delete offer statuses
/wall_posts/{wall_post_id}View wall post
/invoice_line_text_templateGet a list of invoice line text templates
/invoice_line_text_templateAdd a new invoice line text template
/invoices/{invoice_id}/copyCreate a copy of an invoice
/overview/rejection_reasonsGet a statistics data for rejection reasons
/vendor_product_price_filesGet a list of price files
/vendor_product_price_filesUpload a vendor price file
/financial_statistics/marginGet margin
/form_fields/{form_field_id}Get details about single `FormField`
/invoices/{invoice_id}/filesGet list of invoice files
/invoices/{invoice_id}/filesCreate a new invoice file
/offers/{offer_id}/changelogGet list of changelog history for the offer. Returns offer object with contact and user objects if they are provided
/project_statuses/bulkDeleteBulk delete project statuses
/projects/{project_id}/filesShow list of files uploaded to project
/time_entry_types/bulkDeleteBulk delete time entry types
/users/{user_id}/uploadImageUpload a new image to a user
/companies_vendors/bulkDeleteBulk delete companies vendors
/project_statuses/add_defaultAdd default project statuses to company
/projects/{project_id}/users/Show list of users added to project
/projects/{project_id}/users/Add user to project
/time_entries/{time_entry_id}View time entry
/time_entries/{time_entry_id}Edit time entry
/time_entries/{time_entry_id}Delete time entry
/user_custom_field_attributesGet a list of user custom field attributes
/financial_statistics/overviewGet statistics overview
/integrations/{integration_id}View integration details
/stock_locations/{location_id}View single location
/stock_locations/{location_id}Edit location
/stock_locations/{location_id}Delete location
/time_entry_types/bulkActivateBulk activate time entry types
/products/undelete/{product_id}Restore a deleted product
/products/{product_id}/variantsGet a product's variants
/products/{product_id}/variantsAdd a new variant to a product
/contact_custom_field_attributesGet a list of contact custom field attributes
/contact_types/{contact_type_id}Get details about one contact type
/driving_types/{driving_type_id}View driving type
/driving_types/{driving_type_id}Edit driving type
/driving_types/{driving_type_id}Delete driving type
/expense_files/{expense_file_id}Show file
/expense_files/{expense_file_id}Edit file
/expense_files/{expense_file_id}Delete file
/expense_lines/{expense_line_id}Show expense line
/expense_lines/{expense_line_id}Edit expense line
/expense_lines/{expense_line_id}Delete expense line
/integrations/billysAuthenticateAuthenticate to Billys
/invoice_lines/{invoice_line_id}View invoice line
/invoice_lines/{invoice_line_id}Edit invoice line
/invoice_lines/{invoice_line_id}Delete invoice line
/payment_terms/{payment_term_id}Details of 1 payment term
/project_custom_field_attributesGet a list of project custom field attributes
/projects/{project_id}/all_filesShow list of all files uploaded to project
/time_entry_types/bulkDeactivateBulk deactivate time entry types
/wall_comments/{wall_comment_id}View wall comment
/materials/{material_id}/rentals/Show list of rentals for specific material
/materials/{material_id}/rentals/Add material rental
/offer_statuses/{offer_status_id}Get a single offer status
/offer_statuses/{offer_status_id}Edit a offer status
/offer_statuses/{offer_status_id}Delete a offer status
/financial_statistics/workingHoursGet Total working hours grouped by time entry type
/form_templates/{form_template_id}View one form template
/products/{product_id}/uploadImage/forms/view_time_form_pdf/{form_id}Generate time form pdf
/companies/subscription_self_serviceURL for subscription selfservice
/financial_statistics/invoicedAmountGet invoiced amount
/projects/{project_id}/project_filesShow list of project files uploaded to project
/projects/{project_id}/project_filesAdd project file to projects
/projects/{project_id}/send_bulk_pdfSend bulk forms pdf by email
/vendor_products/{vendor_product_id}View single vendor product
/expenses/{expense_id}/original_filesShow list of all OIOUBL files for the expense
/invoices/{invoice_id}/linkProjectPdfCreates an invoice file containing the project's pdf overview
/project_statuses/{project_status_id}Get a single project status
/project_statuses/{project_status_id}Edit a project status
/project_statuses/{project_status_id}Delete a project status
/users/{user_id}/integration_settingsGet a list of user integration settings
/users/{user_id}/integration_settingsAdd a user integration setting
/clocking_records/{clocking_record_id}Details of 1 clocking_record
/clocking_records/{clocking_record_id}Edit a clocking record
/clocking_records/{clocking_record_id}Delete a clocking record
/contacts/{contact_id}/contact_personsGet a list of contact people
/contacts/{contact_id}/contact_personsAdd a new contact person to a contact
/form_field_types/{form_field_type_id}Get details about single `FormField`
/invoices/{invoice_id}/files/{file_id}Get an invoice files
/invoices/{invoice_id}/files/{file_id}Delete invoice file
/projects/{project_id}/users/{user_id}View specific user assigned to project
/projects/{project_id}/users/{user_id}Delete user from project
/time_entry_rates/{time_entry_rate_id}View time entry rate
/time_entry_rates/{time_entry_rate_id}Edit time entry rate
/time_entry_rates/{time_entry_rate_id}Delete time entry rate
/time_entry_types/{time_entry_type_id}View time entry type
/time_entry_types/{time_entry_type_id}Edit time entry type
/time_entry_types/{time_entry_type_id}Delete time entry type
/companies/{company_id}/form_templates/Get a list of company form templates
/financial_statistics/productsCostPriceGet products cost price
/invoices/{invoice_id}/unlinkProjectPdfDeletes the linked project overview pdf
/projects/{project_id}/files/{file_id}/Show file
/projects/{project_id}/files/{file_id}/Edit file
/projects/{project_id}/files/{file_id}/Delete file
/companies_vendors/{companies_vendor_id}Get a companies vendor
/companies_vendors/{companies_vendor_id}Edit a companies vendor
/companies_vendors/{companies_vendor_id}Delete a companies vendor
/financial_statistics/expensesSalesPriceGet expenses sales price
/invoices/{invoice_id}/emails/{email_id}Get an invoice emails
/users/{user_id}/user_custom_field_valueGet a list of user custom field values
/wall_posts/{wall_post_id}/wall_commentsSee wall comments to a wall post
/invoice_line_texts/{invoice_line_text_id}Edit invoice line text
/materials/{material_id}/rentals/checkout/Checkout material rental
/payment_term_types/{payment_term_type_id}Details of 1 payment term type
/projects/has_projects_with_custom_statusesCheck if the company has projects with custom statuses
/companies/{company_id}/integration_settingsGet a list of company integration settings
/companies/{company_id}/integration_settingsAdd a company integration setting
/mass_messages_users/{mass_messages_user_id}View mass message
/mass_messages_users/{mass_messages_user_id}Edit mass message
/financial_statistics/materialRentalsCostPriceGet products material rentals cost price
/time_entry_intervals/{time_entry_interval_id}View time entry interval
/expenses/{expense_id}/original_files/{file_id}Show OIOUBL file
/time_entry_unit_types/{time_entry_unit_type_id}View time entry unit type
/contacts/{contact_id}/contact_custom_field_valuesGet a list of contact custom field values
/time_entry_value_types/{time_entry_value_type_id}View time entry value type
/companies/{company_id}/integration_feature_settingsGet a list of integration feature settings
/materials/{material_id}/rentals/{material_rental_id}/Show rental foor materi
/materials/{material_id}/rentals/{material_rental_id}/Edit material rental
/materials/{material_id}/rentals/{material_rental_id}/Delete material rental
/projects/{project_id}/project_files/{project_file_id}/Show project file
/projects/{project_id}/project_files/{project_file_id}/Edit project file
/projects/{project_id}/project_files/{project_file_id}/Delete project file
/companies/{company_id}/price_margins/{price_margins_id}Get a list of company price margins
/companies/{company_id}/price_margins/{price_margins_id}Add a company price margin
/companies/{company_id}/price_margins/{price_margins_id}Delete a company price margin
/companies/{company_id}/form_templates/{form_template_id}Get a company form template
/companies/{company_id}/form_templates/{form_template_id}Delete a form template company
/contacts/{contact_id}/contact_persons/{contact_person_id}Get a contact person
/contacts/{contact_id}/contact_persons/{contact_person_id}Edit a contact person
/contacts/{contact_id}/contact_persons/{contact_person_id}Delete a contact person
/vendor_product_price_files/{vendor_product_price_file_id}Get a single price file
/companies_vendors/{companies_vendor_id}/expense_statisticsGet companies vendor expense statistics
/invoice_line_text_template/{invoice_line_text_template_id}Get a single invoice line text template
/invoice_line_text_template/{invoice_line_text_template_id}Edit an invoice line text template
/invoice_line_text_template/{invoice_line_text_template_id}Delete an invoice line text template
/products/{product_id}/variants/{variant_type}/{variant_id}Delete a product variant
/companies/{company_id}/companies_integration_feature_settingsList a company integration feature settings
/companies/{company_id}/companies_integration_feature_settingsAdd a company integration feature setting
/user_custom_field_attributes/{user_custom_field_attribute_id}Details of 1 user custom field attribute
/contact_custom_field_attributes/{contact_custom_field_attribute_id}Details of 1 contact custom field attribute
/project_custom_field_attributes/{project_custom_field_attribute_id}Details of 1 project custom field attribute
/users/{user_id}/integration_settings/{integration_settings_user_id}Get a user integration setting
/users/{user_id}/integration_settings/{integration_settings_user_id}Edit a user integration setting
/users/{user_id}/integration_settings/{integration_settings_user_id}Delete a user integration setting
/users/{user_id}/user_custom_field_value/{user_custom_field_value_id}Get a single record of user custom field value
/users/{user_id}/user_custom_field_value/{user_custom_field_value_id}Update a single record of user custom field value
/companies/{company_id}/integration_settings/{companies_integration_setting_id}Get a company integration setting
/companies/{company_id}/integration_settings/{companies_integration_setting_id}Edit a company integration setting
/companies/{company_id}/integration_settings/{companies_integration_setting_id}Delete a company integration setting
/companies/{company_id}/integration_feature_settings/{integration_feature_setting_id}Show details of 1 integration feature setting
/companies/{company_id}/companies_integration_feature_settings/{c_integration_feature_setting_id}View a company integration feature setting
/companies/{company_id}/companies_integration_feature_settings/{c_integration_feature_setting_id}Edit a company integration feature setting
API for a tool to craftsmen used to register working hours, material usage and quality assurance. # Endpoint The endpoint `https://app.apacta.com/api/v1` should be used to communicate with the API. API access is only allowed with SSL encrypted connection (https). # Authentication URL query authentication with an API key is used, so appending `?api_key={api_key}` to the URL where `{api_key}` is found within Apacta settings is used for authentication # Pagination If the endpoint returns a `pagination` object it means the endpoint supports pagination - currently it's only possible to change pages with `?page={page_number}` but implementing custom page sizes are on the road map. # Search/filter Is experimental but implemented in some cases - see the individual endpoints' docs for further explanation. # Ordering Is currently experimental, but on some endpoints it's implemented on URL querys so eg. to order Invoices by `invoice_number` appending `?sort=Invoices.invoice_number&direction=des
https://app.apacta.com/api/v1290 endpoints available
/pingCheck if API is up and API key works
/formsRetrieve array of forms
/formsAdd new form
/rolesGet a list of roles
/usersGet list of users in company
/usersAdd user to company
/citiesGet list of cities supported in Apacta
/eventsShow list of events
/eventsCreate event
/offersView list of offers
/offersAdd new offer
/reports/vendorsGet a list of vendors
/vendorsAdd a new vendor
/contactsGet a list of contacts
/contactsAdd a new contact
/expensesShow list of expenses
/expensesAdd line to expense
/invoicesView list of invoices
/invoicesAdd invoice
/productsList products
/productsAdd new product
/projectsView list of projects
/projectsAdd a project
/companiesGet a list of companies
/countriesGet list of countries supported in Apacta
/materialsView list of all materials
/materialsAdd material
/activitiesGet a list of activities
/activitiesCreate an activity
/currenciesGet list of currencies supported in Apacta
/wall_postsView list of wall posts
/wall_postsAdd a wall post
/form_fieldsAdd a new field to a `Form`
/integrationsGet integrations list
/time_entriesList time entries
/time_entriesAdd new time entry
/contact_typesGet list of contact types supported in Apacta
/driving_typesList the driving types of the company
/driving_typesCreate driving type
/expense_filesShow list of expense files
/expense_filesAdd file to expense
/expense_linesShow list of expense lines
/expense_linesAdd line to expense
/invoice_linesView list of invoice lines
/invoice_linesAdd invoice line
/payment_termsGet a list of payment terms
/wall_commentsAdd wall comment
/employee_hoursUsed to retrieve details about the logged in user's hours
/form_templatesGet array of form_templates for your company
/offer_statusesGet list of offer statuses
/offer_statusesCreate a new offer status
/forms/{form_id}View form
/forms/{form_id}Edit a form
/forms/{form_id}Delete a form
/stock_locationsList stock_locations
/stock_locationsAdd new stock_locations
/users/{user_id}View user
/users/{user_id}Edit user
/users/{user_id}Delete user
/vendor_productsList vendor products
/cities/{city_id}Get details about one city
/clocking_recordsGet a list of clocking records
/clocking_recordsCreate clocking record for authenticated user
/company_settingsGet a list of company settings
/form_field_typesGet list of form field types
/project_statusesGet list of project statuses
/project_statusesCreate a new project status
/time_entry_ratesList time entry rates
/time_entry_ratesAdd new time entry rate
/time_entry_typesList time entries types
/time_entry_typesAdd new time entry type
/companies_vendorsGet a list of companies vendors
/companies_vendorsAdd a new companies vendor
/events/{event_id}Show event
/events/{event_id}Edit event
/events/{event_id}Delete event
/offers/{offer_id}View offer
/offers/{offer_id}Edit an offer
/offers/{offer_id}Delete an offer
/payment_terms/erpGet integration payment terms list
/payment_term_typesGet a list of payment term types
/users/bulkActivateActivate multiple users
/contacts/bulkDeleteBulk delete contacts
/events/is_user_freeCheck if user is available at given datetime range
/expenses/bulkDeleteBulk delete expenses
/expenses/sendEmailsBulk delete expenses
/invoice_line_texts/Add invoice line text
/invoices/bulkDeleteBulk delete invoices
/invoices/vatOptionsList VAT options
/mass_messages_usersView list of mass messages for specific user
/products/bulkDeleteBulk delete products
/vendors/{vendor_id}Get a vendor
/vendors/{vendor_id}Edit a vendor
/vendors/{vendor_id}Delete a vendor
/financial_statisticsGet general statistics
/project_status_typesGet a list of project status types
/time_entry_intervalsList possible time entry intervals
/users/bulkDeactivateDeactivate multiple users
/activities/bulkDeleteBulk delete activities
/contacts/{contact_id}Details of 1 contact
/contacts/{contact_id}Edit a contact
/contacts/{contact_id}Delete a contact
/expenses/{expense_id}Show expense
/expenses/{expense_id}Edit expense
/expenses/{expense_id}Delete expense
/invoices/{invoice_id}View invoice
/invoices/{invoice_id}Edit invoice
/invoices/{invoice_id}Delete invoice
/products/{product_id}View single product
/products/{product_id}Edit a product
/products/{product_id}Delete a product
/projects/{project_id}View specific project
/projects/{project_id}Edit a project
/projects/{project_id}Delete a project
/time_entry_unit_typesList possible time entry unit types
/companies/{company_id}Details of 1 company
/countries/{country_id}Get details about one country
/time_entry_rule_groupsList time entry rule groups
/time_entry_value_typesList possible time entry value types
/users/resendWelcomeSmsResend Welcome SMS to the user
/expenses/highest_amountShow highest Expense amount(`total_selling_price`)
/materials/{material_id}View material
/materials/{material_id}Edit material
/materials/{material_id}Delete material
/activities/{activity_id}Edit an activity
/activities/{activity_id}Delete an activity
/currencies/{currency_id}Get details about one currency
/driving_types/bulkDeleteBulk delete driving types
/forms/undelete/{form_id}Undelete form and related entities to it
/wages/downloadSalaryFileDownload salary file
/clocking_records/checkoutCheckout active clocking record for authenticated user
/integrations/contactsSyncForce Synchronization with ERP systems
/integrations/productsSyncSync products from erp integration
/offer_statuses/bulkDeleteBulk delete offer statuses
/wall_posts/{wall_post_id}View wall post
/invoice_line_text_templateGet a list of invoice line text templates
/invoice_line_text_templateAdd a new invoice line text template
/invoices/{invoice_id}/copyCreate a copy of an invoice
/overview/rejection_reasonsGet a statistics data for rejection reasons
/vendor_product_price_filesGet a list of price files
/vendor_product_price_filesUpload a vendor price file
/financial_statistics/marginGet margin
/form_fields/{form_field_id}Get details about single `FormField`
/invoices/{invoice_id}/filesGet list of invoice files
/invoices/{invoice_id}/filesCreate a new invoice file
/offers/{offer_id}/changelogGet list of changelog history for the offer. Returns offer object with contact and user objects if they are provided
/project_statuses/bulkDeleteBulk delete project statuses
/projects/{project_id}/filesShow list of files uploaded to project
/time_entry_types/bulkDeleteBulk delete time entry types
/users/{user_id}/uploadImageUpload a new image to a user
/companies_vendors/bulkDeleteBulk delete companies vendors
/project_statuses/add_defaultAdd default project statuses to company
/projects/{project_id}/users/Show list of users added to project
/projects/{project_id}/users/Add user to project
/time_entries/{time_entry_id}View time entry
/time_entries/{time_entry_id}Edit time entry
/time_entries/{time_entry_id}Delete time entry
/user_custom_field_attributesGet a list of user custom field attributes
/financial_statistics/overviewGet statistics overview
/integrations/{integration_id}View integration details
/stock_locations/{location_id}View single location
/stock_locations/{location_id}Edit location
/stock_locations/{location_id}Delete location
/time_entry_types/bulkActivateBulk activate time entry types
/products/undelete/{product_id}Restore a deleted product
/products/{product_id}/variantsGet a product's variants
/products/{product_id}/variantsAdd a new variant to a product
/contact_custom_field_attributesGet a list of contact custom field attributes
/contact_types/{contact_type_id}Get details about one contact type
/driving_types/{driving_type_id}View driving type
/driving_types/{driving_type_id}Edit driving type
/driving_types/{driving_type_id}Delete driving type
/expense_files/{expense_file_id}Show file
/expense_files/{expense_file_id}Edit file
/expense_files/{expense_file_id}Delete file
/expense_lines/{expense_line_id}Show expense line
/expense_lines/{expense_line_id}Edit expense line
/expense_lines/{expense_line_id}Delete expense line
/integrations/billysAuthenticateAuthenticate to Billys
/invoice_lines/{invoice_line_id}View invoice line
/invoice_lines/{invoice_line_id}Edit invoice line
/invoice_lines/{invoice_line_id}Delete invoice line
/payment_terms/{payment_term_id}Details of 1 payment term
/project_custom_field_attributesGet a list of project custom field attributes
/projects/{project_id}/all_filesShow list of all files uploaded to project
/time_entry_types/bulkDeactivateBulk deactivate time entry types
/wall_comments/{wall_comment_id}View wall comment
/materials/{material_id}/rentals/Show list of rentals for specific material
/materials/{material_id}/rentals/Add material rental
/offer_statuses/{offer_status_id}Get a single offer status
/offer_statuses/{offer_status_id}Edit a offer status
/offer_statuses/{offer_status_id}Delete a offer status
/financial_statistics/workingHoursGet Total working hours grouped by time entry type
/form_templates/{form_template_id}View one form template
/products/{product_id}/uploadImage/forms/view_time_form_pdf/{form_id}Generate time form pdf
/companies/subscription_self_serviceURL for subscription selfservice
/financial_statistics/invoicedAmountGet invoiced amount
/projects/{project_id}/project_filesShow list of project files uploaded to project
/projects/{project_id}/project_filesAdd project file to projects
/projects/{project_id}/send_bulk_pdfSend bulk forms pdf by email
/vendor_products/{vendor_product_id}View single vendor product
/expenses/{expense_id}/original_filesShow list of all OIOUBL files for the expense
/invoices/{invoice_id}/linkProjectPdfCreates an invoice file containing the project's pdf overview
/project_statuses/{project_status_id}Get a single project status
/project_statuses/{project_status_id}Edit a project status
/project_statuses/{project_status_id}Delete a project status
/users/{user_id}/integration_settingsGet a list of user integration settings
/users/{user_id}/integration_settingsAdd a user integration setting
/clocking_records/{clocking_record_id}Details of 1 clocking_record
/clocking_records/{clocking_record_id}Edit a clocking record
/clocking_records/{clocking_record_id}Delete a clocking record
/contacts/{contact_id}/contact_personsGet a list of contact people
/contacts/{contact_id}/contact_personsAdd a new contact person to a contact
/form_field_types/{form_field_type_id}Get details about single `FormField`
/invoices/{invoice_id}/files/{file_id}Get an invoice files
/invoices/{invoice_id}/files/{file_id}Delete invoice file
/projects/{project_id}/users/{user_id}View specific user assigned to project
/projects/{project_id}/users/{user_id}Delete user from project
/time_entry_rates/{time_entry_rate_id}View time entry rate
/time_entry_rates/{time_entry_rate_id}Edit time entry rate
/time_entry_rates/{time_entry_rate_id}Delete time entry rate
/time_entry_types/{time_entry_type_id}View time entry type
/time_entry_types/{time_entry_type_id}Edit time entry type
/time_entry_types/{time_entry_type_id}Delete time entry type
/companies/{company_id}/form_templates/Get a list of company form templates
/financial_statistics/productsCostPriceGet products cost price
/invoices/{invoice_id}/unlinkProjectPdfDeletes the linked project overview pdf
/projects/{project_id}/files/{file_id}/Show file
/projects/{project_id}/files/{file_id}/Edit file
/projects/{project_id}/files/{file_id}/Delete file
/companies_vendors/{companies_vendor_id}Get a companies vendor
/companies_vendors/{companies_vendor_id}Edit a companies vendor
/companies_vendors/{companies_vendor_id}Delete a companies vendor
/financial_statistics/expensesSalesPriceGet expenses sales price
/invoices/{invoice_id}/emails/{email_id}Get an invoice emails
/users/{user_id}/user_custom_field_valueGet a list of user custom field values
/wall_posts/{wall_post_id}/wall_commentsSee wall comments to a wall post
/invoice_line_texts/{invoice_line_text_id}Edit invoice line text
/materials/{material_id}/rentals/checkout/Checkout material rental
/payment_term_types/{payment_term_type_id}Details of 1 payment term type
/projects/has_projects_with_custom_statusesCheck if the company has projects with custom statuses
/companies/{company_id}/integration_settingsGet a list of company integration settings
/companies/{company_id}/integration_settingsAdd a company integration setting
/mass_messages_users/{mass_messages_user_id}View mass message
/mass_messages_users/{mass_messages_user_id}Edit mass message
/financial_statistics/materialRentalsCostPriceGet products material rentals cost price
/time_entry_intervals/{time_entry_interval_id}View time entry interval
/expenses/{expense_id}/original_files/{file_id}Show OIOUBL file
/time_entry_unit_types/{time_entry_unit_type_id}View time entry unit type
/contacts/{contact_id}/contact_custom_field_valuesGet a list of contact custom field values
/time_entry_value_types/{time_entry_value_type_id}View time entry value type
/companies/{company_id}/integration_feature_settingsGet a list of integration feature settings
/materials/{material_id}/rentals/{material_rental_id}/Show rental foor materi
/materials/{material_id}/rentals/{material_rental_id}/Edit material rental
/materials/{material_id}/rentals/{material_rental_id}/Delete material rental
/projects/{project_id}/project_files/{project_file_id}/Show project file
/projects/{project_id}/project_files/{project_file_id}/Edit project file
/projects/{project_id}/project_files/{project_file_id}/Delete project file
/companies/{company_id}/price_margins/{price_margins_id}Get a list of company price margins
/companies/{company_id}/price_margins/{price_margins_id}Add a company price margin
/companies/{company_id}/price_margins/{price_margins_id}Delete a company price margin
/companies/{company_id}/form_templates/{form_template_id}Get a company form template
/companies/{company_id}/form_templates/{form_template_id}Delete a form template company
/contacts/{contact_id}/contact_persons/{contact_person_id}Get a contact person
/contacts/{contact_id}/contact_persons/{contact_person_id}Edit a contact person
/contacts/{contact_id}/contact_persons/{contact_person_id}Delete a contact person
/vendor_product_price_files/{vendor_product_price_file_id}Get a single price file
/companies_vendors/{companies_vendor_id}/expense_statisticsGet companies vendor expense statistics
/invoice_line_text_template/{invoice_line_text_template_id}Get a single invoice line text template
/invoice_line_text_template/{invoice_line_text_template_id}Edit an invoice line text template
/invoice_line_text_template/{invoice_line_text_template_id}Delete an invoice line text template
/products/{product_id}/variants/{variant_type}/{variant_id}Delete a product variant
/companies/{company_id}/companies_integration_feature_settingsList a company integration feature settings
/companies/{company_id}/companies_integration_feature_settingsAdd a company integration feature setting
/user_custom_field_attributes/{user_custom_field_attribute_id}Details of 1 user custom field attribute
/contact_custom_field_attributes/{contact_custom_field_attribute_id}Details of 1 contact custom field attribute
/project_custom_field_attributes/{project_custom_field_attribute_id}Details of 1 project custom field attribute
/users/{user_id}/integration_settings/{integration_settings_user_id}Get a user integration setting
/users/{user_id}/integration_settings/{integration_settings_user_id}Edit a user integration setting
/users/{user_id}/integration_settings/{integration_settings_user_id}Delete a user integration setting
/users/{user_id}/user_custom_field_value/{user_custom_field_value_id}Get a single record of user custom field value
/users/{user_id}/user_custom_field_value/{user_custom_field_value_id}Update a single record of user custom field value
/companies/{company_id}/integration_settings/{companies_integration_setting_id}Get a company integration setting
/companies/{company_id}/integration_settings/{companies_integration_setting_id}Edit a company integration setting
/companies/{company_id}/integration_settings/{companies_integration_setting_id}Delete a company integration setting
/companies/{company_id}/integration_feature_settings/{integration_feature_setting_id}Show details of 1 integration feature setting
/companies/{company_id}/companies_integration_feature_settings/{c_integration_feature_setting_id}View a company integration feature setting
/companies/{company_id}/companies_integration_feature_settings/{c_integration_feature_setting_id}Edit a company integration feature setting