table_template
Get Table Template
Retrieves table template(s) by name. User may choose to request only the latest table template or a template with a certain version.
Parameters
- table_template_name: the name of the table template
- version: the version of the table template that the user wants to get User can fill in ‘latest’ if they want to retrieve the latest version of the table template User can leave the version parameter blank if they want to get all versions of the table template
Returns
A TableTemplates Pydantic object containing the table template objects.
GET
/
api
/
v1
/
table_template
/
{table_template_name}
Authorizations
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here