client.table_tags.get

A method of the Table Tags endpoint.

get(id: int) Response

Get a Table Tag

API URL: GET /table_tags/{id}

import civis
client = civis.APIClient()
response = client.table_tags.get(...)
Parameters:
idint
Returns:
civis.Response
  • idint

    Table Tag ID

  • namestr

    Table Tag Name

  • created_atstr (date-time)

    The date the tag was created.

  • updated_atstr (date-time)

    The date the tag was recently updated on.

  • table_countint

    The total number of tables associated with the tag.

  • usercivis.Response
    • idint

      The ID of this user.

    • namestr

      This user’s name.

    • usernamestr

      This user’s username.

    • initialsstr

      This user’s initials.

    • onlinebool

      Whether this user is online.