table_template
Get All Table Templates
Retrieves all available table templates
Parameters
- search: str, default: empty Substring to look for in table template titles
- order_by: str, default: “recent”
How the query results should be ordered, there are three possible values:
- recent: based on the date of creation, from most recent to oldest
- name_asc: based on the name of the table template, from A to Z
- name_desc: based on the name of the table template, from Z to A
- latest: bool, default: False If set to True, returns all of the latest table templates
Returns
A TableTemplates Pydantic object containing the table template objects.
GET
/
api
/
v1
/
table_template
/
Authorizations
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Response
200 - application/json