← Tools Reference

Float

Float integration (Productivity). Imported from open-connector.

API key5 toolshttps://api.float.com/v3
GET
float_list_accounts
List Float accounts that can access the team.

/accounts

3 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number of the page of results to return.
perPageintegeroptionalThe number of items per page. Float supports up to 200.
expandstringoptionalUse people_id to include the linked Float person ID.
GET
float_list_people
List Float people on the schedule with optional filters.

/people

12 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number of the page of results to return.
perPageintegeroptionalThe number of items per page. Float supports up to 200.
activeintegeroptionalFilter active entities with 1 for active or 0 for archived.
departmentIdintegeroptionalThe Float department ID to filter people by.
emailstringoptionalAn email address to filter people by exact match.
peopleTypeIdintegeroptionalThe Float people type ID to filter by.
employeeTypeintegeroptionalFilter active entities with 1 for active or 0 for archived.
tagNamestringoptionalAn exact Float tag name to filter people by.
sortstringoptionalA Float people field to sort by, prefix with - for descending.
modifiedSincestringoptionalA Float modified timestamp or Unix timestamp filter.
fieldsarrayoptionalThe Float fields to include in the response.
expandstringoptionalUse accounts to include linked account data.
GET
float_list_clients
List Float clients.

/clients

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number of the page of results to return.
perPageintegeroptionalThe number of items per page. Float supports up to 200.
GET
float_list_projects
List Float projects with optional filters.

/projects

8 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number of the page of results to return.
perPageintegeroptionalThe number of items per page. Float supports up to 200.
activeintegeroptionalFilter active entities with 1 for active or 0 for archived.
clientIdintegeroptionalThe Float client ID to filter projects by.
tagNamestringoptionalAn exact Float tag name to filter projects by.
sortstringoptionalA Float projects field to sort by, prefix with - for descending.
modifiedSincestringoptionalA Float modified timestamp or Unix timestamp filter.
fieldsarrayoptionalThe Float fields to include in the response.
GET
float_list_allocations
List Float allocations as tasks with optional schedule filters.

/tasks

15 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number of the page of results to return.
perPageintegeroptionalThe number of items per page. Float supports up to 200.
clientIdintegeroptionalThe Float client ID to filter allocations by.
projectIdintegeroptionalThe Float project ID to filter allocations by.
phaseIdintegeroptionalThe Float phase ID to filter allocations by.
projectTaskIdintegeroptionalThe Float project task ID to filter allocations by.
peopleIdintegeroptionalThe Float person ID to filter allocations by.
startDatestringoptionalThe schedule start date in YYYY-MM-DD format.
endDatestringoptionalThe schedule end date in YYYY-MM-DD format.
billableintegeroptionalFilter active entities with 1 for active or 0 for archived.
statusintegeroptionalThe Float allocation status value to filter by.
tagNamestringoptionalAn exact Float tag name to filter allocations by.
modifiedSincestringoptionalA Float modified timestamp or Unix timestamp filter.
fieldsarrayoptionalThe Float fields to include in the response.
expandstringoptionalUse task_days to include calculated allocation dates.