Links

teamId

To return the ID of the current workspace
This function returns the ID of the workspace you are in. You might need this in your REST API.

Syntax

teamId()

Return

string

Examples

1
teamId()
Result: Ruh6mFq9nbdvhx4mf
(for example, if this is the ID of your current workspace)

See also

tableId, which returns the ID of a table.
databaseID, which returns the ID of the current database.
Last modified 9mo ago