Float
Float is a resource management, planning and scheduling software platform to plan a team’s work.
Data integration: Skyvia supports importing data to and from Float, exporting Float data to CSV files, replicating Float data to relational databases and synchronizing Float data with other cloud apps and relational databases.
Backup: Skyvia Backup does not support Float.
Query: Skyvia Query supports Float.
Establishing Connection
To create a connection to Float, you must enter your API Key.
Getting Credentials
To obtain the API Key, do the following:
- Log in to Float.
- Click the gear icon on the left and select Team Settings.
- Click Integrations and scroll the screen down to find the API Key.
-
Copy the API Key.
Creating Connection
To connect to Float, insert the obtained API Key to the corresponding box in the Connection Editor.
Connector Specifics
Object Peculiarities
Tasks
You must map either the PeopleId or PeopleIds field in addition to the required fields to import data to the Tasks object successfully.
PeopleReports and ProjectReports
To get records from the PeopleReports and ProjectReports objects, you need to filter data by StartDate and EndDate fields. The received data will correspond to the period between the specified dates.
PublicHolidays
This object displays records for the current year by default when querying. To get data for another period, use filters by Region, Year, StartDate, and EndDate with =
operator.
The fields Year, StartDate, and EndDate return null results when querying. These fields are designed for filtering only and don’t store any data.
Filtering Specifics
Float API supports the following native filters:
Object | Operator | Field |
---|---|---|
PublicHolidays | = |
Region, Year, StartDate, EndDate |
ProjectReports | = |
ProjectId, StartDate, EndDate |
PeopleReports | = |
PeopleId, StartDate, EndDate |
LoggedTime | = |
PeopleId, ProjectId, StartDate, EndDate |
TimeOffs | = |
Status, FullDay |
Use these filters to improve performance and save API calls. You can use filters with other fields or operators, but it may increase API call usage.
DML Operations Support
Operation | Object |
---|---|
INSERT, UPDATE, DELETE | Clients, Departments, LoggedTime, Milestones, People, Phases, Projects, Tasks, TeamHolidays, TimeOffs |
INSERT, UPDATE | TimeOffTypes |
Incremental Replication and Synchronization
Skyvia supports Replication with Incremental Updates for such Float objects: Accounts, LoggedTime, People, Phases, Projects, Tasks, and TimeOffs.
Skyvia supports Synchronization for the following Float objects: LoggedTime, People, Phases, Projects, Tasks, and TimeOffs.
Supported Actions
Skyvia supports all the common actions for Float.