get_comment | Fetch a single comment by id. |
get_list | Fetch a single list by slug or id. |
get_list_entry | Fetch a single list entry by id. |
get_note | Fetch a single note by id. |
get_object | Fetch a single object definition by slug or id (e.g. people, companies). |
get_record | Fetch a single record by id. |
get_self | Fetch the workspace and permissions the API key belongs to. |
get_task | Fetch a single task by id. |
get_thread | Fetch a comment thread with all its comments. |
get_webhook | Fetch a single webhook by id. |
get_workspace_member | Fetch a single workspace member by id. |
list_attributes | List the attributes defined on an object or a list. |
list_list_entries | Query (list) the entries of a list with optional filter and sorts. |
list_lists | List all lists the API key can access. |
list_notes | List notes, optionally filtered by parent record. |
list_objects | List all objects (standard and custom) in the workspace. |
list_tasks | List tasks, optionally filtered by linked record, assignee or completion. |
list_threads | List comment threads on a record or list entry. |
list_webhooks | List webhooks registered by this integration. |
list_workspace_members | List all workspace members (useful to resolve assignee/author ids). |
query_records | Query (search/list) records of an object with optional filter and sorts. |