{% extends "static_api/docs/layout.html" %} {% import "static_api/docs/macros/common.html" as common with context %} {% block description %}Gets tables.{% endblock %} {% block returns %} A list of tables or one table. {% endblock %} {% block examples %} {{ common.examples_start() }} {{ common.example(resource, 'When tables in Kazan office were created', '?floor.office.city.name.en=Kazan&_fields=created_at,id') }} {{ common.examples_end() }} {% endblock %} {% block authorization %} {% include "api/authorization.html" %} {% endblock %}