Skip to main content

Deputy

This is the Deputy source that ingests data from the Deputy API.

Deputy is a software that simplifies employee scheduling, timesheets and HR in one place https://www.deputy.com/

In order to use this source you must first create an account on Deputy. Once logged in, your Deputy install will have a specific URL in the structure of https://[installname].[geo].deputy.com - This is the same URL that will be the base API url .

To obtain your bearer token to use the API, follow the steps shown here https://developer.deputy.com/deputy-docs/docs/the-hello-world-of-deputy This will have you create an oauth application and create an access token. Enter the access token in the input field.

You can learn more about the API here https://developer.deputy.com/deputy-docs/reference/getlocations

Configuration

InputTypeDescriptionDefault Value
base_urlstringBase URL. The base url for your deputy account to make API requests. Example: https://my890.as.deputy.com
api_keystringAPI Key.

Streams

Stream NamePrimary KeyPaginationSupports Full SyncSupports Incremental
locationsIdNo pagination
employeesIdNo pagination
award_listsAwardCodeNo pagination
departmentsIdNo pagination
timesheetsIdNo pagination
tasksIdNo pagination
news_feedIdNo pagination
addressesIdNo pagination
categoriesIdNo pagination
commentsIdNo pagination
company_periodsIdNo pagination
employee_agreementsIdNo pagination
employeeIdNo pagination

Changelog

Expand to review
VersionDatePull RequestSubject
0.0.32024-12-1249170Update dependencies
0.0.22024-12-1148934Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64
0.0.12024-10-27Initial release by @aazam-gh via Connector Builder
Was this page helpful?