client.table_tags.post

A method of the Table Tags endpoint.

post(name: str) Response

Create a Table Tag

API URL: POST /table_tags

import civis
client = civis.APIClient()
response = client.table_tags.post(...)
Parameters:
namestr

Table Tag Name

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.