{% extends "static_api/docs/layout.html" %} {% import "static_api/docs/macros/common.html" as common with context %} {% block description %}Gets offices.{% endblock %} {% block returns %} A list of offices or one office. {% endblock %} {% block examples %} {{ common.examples_start() }} {{ common.example(resource, 'Timezones and names of all offices in Russia', '?city.country.name.en=Russia&_fields=name.en,timezone') }} {{ common.examples_end() }} {% endblock %} {% block authorization %} {% include "api/authorization.html" %} {% endblock %}