{% extends "static_api/docs/layout.html" %}
{% import "static_api/docs/macros/common.html" as common with context %}
{% block description %}Gets equipment on the floors.{% endblock %}
{% block returns %}
A list of equipment items or one item.
{% endblock %}
{% block examples %}
{{ common.examples_start() }}
{{ common.example(resource, 'Name and description of all the printers on 2nd floor in BC Morozov', '?type=printer&floor.number=2&floor.office.id=1&_fields=description,name') }}
{{ common.examples_end() }}
{% endblock %}
{% block authorization %}
{% include "api/authorization.html" %}
{% endblock %}