Felt integration (Developer Tools, Productivity). Imported from open-connector.
https://felt.com/api/v2/user
/projects
| Param | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | optional | The Felt workspace ID. |
/projects
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The name to use for the Felt project. |
| visibility | string | required | The Felt project visibility setting. |
| max_inherited_permission | string | optional | The maximum permission level workspace members inherit on team-visible projects. |
/projects/{project_id}
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | required | The Felt resource ID. |
/projects/{project_id}/update
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | required | The Felt resource ID. |
| name | string | optional | The updated Felt project name. |
| visibility | string | optional | The Felt project visibility setting. |
| max_inherited_permission | string | optional | The maximum permission level workspace members inherit on team-visible projects. |
/projects/{project_id}
| Param | Type | Required | Description |
|---|---|---|---|
| project_id | string | required | The Felt resource ID. |
/maps
| Param | Type | Required | Description |
|---|---|---|---|
| title | string | optional | The Felt map title. |
| description | string | optional | The Felt map description. |
| public_access | string | optional | The Felt map public access setting. |
| basemap | string | optional | The Felt basemap identifier. |
| lat | number | optional | The initial map center latitude. |
| lon | number | optional | The initial map center longitude. |
| zoom | number | optional | The initial map zoom level. |
| workspace_id | string | optional | The Felt workspace ID. |
| layer_urls | array | optional | Layer URLs Felt should import into the new map. |
/maps/{map_id}
| Param | Type | Required | Description |
|---|---|---|---|
| map_id | string | required | The Felt resource ID. |
/maps/{map_id}/update
| Param | Type | Required | Description |
|---|---|---|---|
| map_id | string | required | The Felt resource ID. |
| title | string | optional | The updated Felt map title. |
| description | string | optional | The updated Felt map description. |
| public_access | string | optional | The Felt map public access setting. |
| basemap | string | optional | The updated Felt basemap identifier. |
| table_settings | object | optional | Map table settings accepted by the Felt API. |
| viewer_permissions | object | optional | Viewer permissions accepted by the Felt API. |
/maps/{map_id}/duplicate
| Param | Type | Required | Description |
|---|---|---|---|
| map_id | string | required | The Felt resource ID. |
| title | string | optional | The title for the duplicated map. |
| destination | object | optional | The destination project or folder for a Felt map. |
/maps/{map_id}/move
| Param | Type | Required | Description |
|---|---|---|---|
| map_id | string | required | Path parameter: map_id |
/maps/{map_id}
| Param | Type | Required | Description |
|---|---|---|---|
| map_id | string | required | The Felt resource ID. |