Float integration (Productivity). Imported from open-connector.
https://api.float.com/v3/accounts
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number of the page of results to return. |
| perPage | integer | optional | The number of items per page. Float supports up to 200. |
| expand | string | optional | Use people_id to include the linked Float person ID. |
/people
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number of the page of results to return. |
| perPage | integer | optional | The number of items per page. Float supports up to 200. |
| active | integer | optional | Filter active entities with 1 for active or 0 for archived. |
| departmentId | integer | optional | The Float department ID to filter people by. |
| string | optional | An email address to filter people by exact match. | |
| peopleTypeId | integer | optional | The Float people type ID to filter by. |
| employeeType | integer | optional | Filter active entities with 1 for active or 0 for archived. |
| tagName | string | optional | An exact Float tag name to filter people by. |
| sort | string | optional | A Float people field to sort by, prefix with - for descending. |
| modifiedSince | string | optional | A Float modified timestamp or Unix timestamp filter. |
| fields | array | optional | The Float fields to include in the response. |
| expand | string | optional | Use accounts to include linked account data. |
/clients
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number of the page of results to return. |
| perPage | integer | optional | The number of items per page. Float supports up to 200. |
/projects
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number of the page of results to return. |
| perPage | integer | optional | The number of items per page. Float supports up to 200. |
| active | integer | optional | Filter active entities with 1 for active or 0 for archived. |
| clientId | integer | optional | The Float client ID to filter projects by. |
| tagName | string | optional | An exact Float tag name to filter projects by. |
| sort | string | optional | A Float projects field to sort by, prefix with - for descending. |
| modifiedSince | string | optional | A Float modified timestamp or Unix timestamp filter. |
| fields | array | optional | The Float fields to include in the response. |
/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number of the page of results to return. |
| perPage | integer | optional | The number of items per page. Float supports up to 200. |
| clientId | integer | optional | The Float client ID to filter allocations by. |
| projectId | integer | optional | The Float project ID to filter allocations by. |
| phaseId | integer | optional | The Float phase ID to filter allocations by. |
| projectTaskId | integer | optional | The Float project task ID to filter allocations by. |
| peopleId | integer | optional | The Float person ID to filter allocations by. |
| startDate | string | optional | The schedule start date in YYYY-MM-DD format. |
| endDate | string | optional | The schedule end date in YYYY-MM-DD format. |
| billable | integer | optional | Filter active entities with 1 for active or 0 for archived. |
| status | integer | optional | The Float allocation status value to filter by. |
| tagName | string | optional | An exact Float tag name to filter allocations by. |
| modifiedSince | string | optional | A Float modified timestamp or Unix timestamp filter. |
| fields | array | optional | The Float fields to include in the response. |
| expand | string | optional | Use task_days to include calculated allocation dates. |