table_tags_get: Get a Table Tag

View source: R/generated_client.R

table_tags_getR Documentation

Get a Table Tag

Description

Get a Table Tag

Usage

table_tags_get(id)

Arguments

id

integer required.

Value

A list containing the following elements:

id

integer, Table Tag ID

name

string, Table Tag Name

createdAt

string, The date the tag was created.

updatedAt

string, The date the tag was recently updated on.

tableCount

integer, The total number of tables associated with the tag.

user

list, A list containing the following elements:

  • id integer, The ID of this user.

  • name string, This user's name.

  • username string, This user's username.

  • initials string, This user's initials.

  • online boolean, Whether this user is online.


civis documentation built on April 1, 2023, 12:01 a.m.